
from android-armor-breaker32
Frida- and root-based Android APK unpacking: reinforcement analysis, intelligent DEX extraction and root-memory extraction for commercial protections.
Android Armor Breaker is a multi-strategy unpacking skill for Android apps. It combines Frida-based dynamic injection, root-memory static analysis, and DEX extraction routines to analyze APK reinforcement and extract runtime DEX files (including VDEX support).
Use when analyzing protected or obfuscated Android APKs to recover DEX code, perform reinforcement vendor analysis, or extract runtime DEX from devices (requires adb and sometimes root). Typical scenarios: reversing protected apps, security research, or incident response on Android binaries.
Agents with shell access and ADB/Frida capabilities (security research tooling): OpenClaw-managed agents or developer environments where adb and frida-tools can be executed.
Android reverse-engineering skill for bypassing commercial app protections (IJIAMI, Bangcle, 360, Tencent) via Frida injection and root memory extraction. 8 of 11 Python scripts fail on import due to missing i18n_logger module (not on sys.path when run from temp dir). The only script that ran successfully was i18n_logger.py itself. The skill is well-documented but extremely niche, requiring a rooted Android device, ADB, and Frida.
i18n_logger (bundled but not importable from temp dir)Dual-use tool designed to bypass commercial Android app protections. The skill itself does not target the host system or exfiltrate data — it targets Android apps on connected devices. Shell injection risk in bash wrapper. Missing module dependency breaks most scripts.