Apktool
JSON →A server for Android APK analysis and reverse engineering using Apktool.
Install
pip install -r Tools · 8
- decode_apk Decompile APK files to extract all components
- build_apk Recompile APK from modified source directory
- install_framework Install system frameworks for system app analysis
- analyze_manifest Parse AndroidManifest.xml for permissions and components
- extract_strings Extract string resources with locale support
- list_permissions Enumerate all requested permissions
- find_smali_references Search for patterns in decompiled smali code
- get_apk_info Get basic APK metadata and information
Links
★ 34 GitHub stars