android-armor-breaker
Android app unpacking, DEX extraction, and protection analysis
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Android Armor Breaker?โผ
Run `npx skills add Haoning199101/android-armor-breaker --all -g -y` in your terminal to install it globally. You also need Python 3, ADB, and frida-tools on your machine.
How to unpack a reinforced Android APK?โผ
First run the analyze command on the APK to detect the protection vendor, then run the unpack command with the package name. The tool automatically picks the best strategy, such as Frida injection or root memory extraction.
Which Android packers can it bypass?โผ
It handles 360, Bangcle, IJIAMI, Tencent, Baidu, and NetEase Yidun protections, with root memory extraction reaching over 90% success on most commercial packers. Mixed multi-vendor reinforcement is not fully supported.
Does Android Armor Breaker require a rooted device?โผ
Root is only required for the root memory extraction strategy, which gives the highest success rate against commercial protections. Basic Frida-based unpacking works on non-rooted setups with frida-server running.
Does it support English and Chinese output?โผ
Yes. Pass the language parameter with en-US or zh-CN to switch all core analysis and unpacking output between English and Chinese.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core