Skip to content

cristea2017/apk-decompiler-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APK Decompiler

A python based application that uses external tools to decompile Android APK's. Extracting the JAVA source code, manifest, assets, etc.

Usage

python3 apk_decompiler.py -a example.apk
usage: apk_decompiler.py [-h] -a APK [-o OUTPUT_DIR] [-v]

optional arguments:
  -h, --help            show this help message and exit
  -a APK, --apk APK     Apk file
  -o OUTPUT_DIR, --output-dir OUTPUT_DIR
                        Output directory
  -v, --verbose         Enables verbose '''

Used Tools

This project couldn't be made without this awesome tools

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published