What problem does it solve?
This Skill turns Android APK, DEX, AAR, and JAR bytecode into searchable Java source and decoded resources, making mobile application logic and security review more efficient.
Core Features & Use Cases
- APK Decompilation: Decompile Android applications with obfuscation handling, fallback modes, and optional resource or source-only output.
- Security Analysis: Locate API endpoints, hardcoded credentials, sensitive components, cryptographic usage, insecure storage, WebView risks, and weak TLS validation.
- Investigation Workflow: Start with the decoded manifest, trace application entry points, search relevant packages, process multiple APKs, and document evidence with paths, constants, and method names.
Quick Start
Use the jadx skill to decompile an authorized Android APK with deobfuscation and partial-code recovery, then inspect its manifest, sources, and resources for endpoints, secrets, and security-sensitive behavior.