android-unpacking
CommunityUnpack hardened Android apps to reveal real code.
Software Engineering#reverse-engineering#apk-analysis#android-unpacking#frida-dexdump#dex-dump#packer-bypass#jadx-integration
Authorwarterbili
Version1.0.0
Installs0
System Documentation
What problem does it solve?
When reverse engineering hardened Android applications, opening the APK in jadx only shows packer stub classes instead of the actual business logic, making further analysis impossible without first unpacking the app to retrieve the real decrypted code.
Core Features & Use Cases
- Runtime DEX Dumping: Uses frida-dexdump to scan process memory and dump decrypted DEX files after the packer has finished decrypting the app's code at runtime, effective against whole-release packers including Tencent Legu, Bangcle, and 360 hardening solutions.
- Multi-DEX Support: Correctly handles and outputs multiple dumped DEX files for multi-DEX apps, which can be directly loaded into jadx for static analysis.
- Troubleshooting Guidance: Includes clear limitations, timing requirements for dumps, and fallback solutions for common issues like Frida detection blocking the dump process.
Quick Start
Use the android-unpacking skill to dump the decrypted DEX files from the running hardened Android app so you can load them into jadx to inspect the app's real business logic.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: android-unpacking Download link: https://github.com/warterbili/AUTO_REVERSE/archive/main.zip#android-unpacking Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.