Jadx
Jadx decompiles Android APKs into Java source code, aiding reverse engineering and understanding app logic for security analysis & debugging.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jadx npx -- -y @trustedskills/jadx
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jadx": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jadx"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to decompile Android APK files into readable Java source code using Jadx, a dex to Java decompiler. It converts DEX bytecode into Java code, facilitating security analysis, vulnerability discovery, and understanding of app internals. Unlike tools that produce smali code, Jadx generates standard Java code which is easier to read and analyze.
When to use it
- Security Analysis: Identify potential vulnerabilities within Android applications.
- Reverse Engineering: Understand the logic and control flow of an application's code.
- Discovering Secrets: Locate hardcoded credentials, API keys, or URLs within the app.
- Analyzing Implementations: Examine encryption and authentication methods used by the app.
- Automated Analysis: Integrate decompilation into automated workflows, CI/CD pipelines (using the CLI).
Key capabilities
- Converts DEX bytecode to Java source code.
- Provides both a command-line interface (CLI) and a graphical user interface (GUI).
- Supports multi-threaded decompilation for faster processing.
- Offers deobfuscation options to improve code readability, including renaming obfuscated classes.
- Allows skipping resources or source code during decompression for performance optimization.
Example prompts
- "Decompile this APK file:
app.apkand save the output to a directory namedapp-decompiled." - "Decompile
app.apkwith deobfuscation enabled, saving the output toapp-decompiled." - "Can you analyze the decompiled code of
app.apkfor potential vulnerabilities?"
Tips & gotchas
- Prerequisites: Jadx (and optionally jadx-gui) and a Java Runtime Environment (JRE) must be installed.
- Disk Space: Decompiled output can be significantly larger than the original APK file (typically 3-10 times).
- Deobfuscation is Recommended: For obfuscated apps, using the
--deobfflag will greatly improve code readability.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.