Skip to content

carloswbarros/apk-decompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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] [-x ODEX_FILE] [-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
  -x ODEX_FILE, --odex-file ODEX_FILE
                        Specify odex file
  -v, --verbose         Enables verbose '''

Used Tools

This project couldn't be made without this awesome tools

License

GNU General Public License v2.0

Donations

Bitcoin address: 16mCUENGwoXH77tPYiHUHT3MtjcFgbHRKs