← ClaudeAtlas

jadxlisted

Android APK decompiler that converts DEX bytecode to readable Java source code. Use when you need to decompile APK files, analyze app logic, search for vulnerabilities, find hardcoded credentials, or understand app behavior through readable source code.
aiskillstore/marketplace · ★ 329 · Data & Documents · score 79
Install: claude install-skill aiskillstore/marketplace
# Jadx - Android APK Decompiler You are helping the user decompile Android APK files using jadx to convert DEX bytecode into readable Java source code for security analysis, vulnerability discovery, and understanding app internals. ## Tool Overview Jadx is a dex to Java decompiler that produces clean, readable Java source code from Android APK files. Unlike apktool (which produces smali), jadx generates actual Java code that's much easier to read and analyze. It's essential for: - Converting DEX bytecode to readable Java source - Understanding app logic and control flow - Finding security vulnerabilities in code - Discovering hardcoded credentials, API keys, URLs - Analyzing encryption/authentication implementations - Searching through code with familiar Java syntax ## Prerequisites - **jadx** (and optionally **jadx-gui**) must be installed - Java Runtime Environment (JRE) required - Sufficient disk space (decompiled output is typically 3-10x APK size) - Write permissions in output directory ## GUI vs CLI Jadx provides two interfaces: **CLI (jadx)**: Command-line interface - Best for automation and scripting - Batch processing multiple APKs - Integration with other tools - Headless server environments **GUI (jadx-gui)**: Graphical interface - Interactive code browsing - Built-in search functionality - Cross-references and navigation - Easier for manual analysis - Syntax highlighting **When to use each:** - Use **CLI** for automated analysis, scripting, CI/CD pipelin