___ ___ ___ _ _ _ ___ ______ ___________ _____ _____ _____ _____ _____ ___________
| \/ | / _ \ | | | | | |/ _ \ | ___ \ ___| _ \ ___|_ _| ___/ __ \_ _| _ | ___ \
| . . |/ /_\ \| | | | | / /_\ \| |_/ / |__ | | | | |__ | | | |__ | / \/ | | | | | | |_/ /
| |\/| || _ || | | |/\| | _ || /| __|| | | | __| | | | __|| | | | | | | | /
| | | || | | || |___\ /\ / | | || |\ \| |___| |/ /| |___ | | | |___| \__/\ | | \ \_/ / |\ \
\_| |_/\_| |_/\_____/\/ \/\_| |_/\_| \_\____/|___/ \____/ \_/ \____/ \____/ \_/ \___/\_| \_|
All-In-One APK Static Analysis Tool written in Python
To install the dependencies:
python pip install -r requirements.txt
usage: main.py [-h] -a APK [-y <jadx path> <yara path> <path to the output directory> <path to the yara rule file>] [-virustotal | -pmalware]
Android Malware Analysis Tools
optional arguments:
-h, --help show this help message and exit
-a APK, --apk APK Upload Apk to scan
-y <jadx path> <yara path> <path to the output directory> <path to the yara rule file>, --yara <jadx path> <yara path> <path to the output directory> <path to the yara rule file>
Custom scan for the apk file
-virustotal, --v virustotal scan
-pmalware, --pm malware analysis with pithus