A python based application that uses external tools to decompile Android APK's. Extracting the JAVA source code, manifest, assets, etc.
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 '''
This project couldn't be made without this awesome tools