jadx

Official

Convert APKs to readable Java source code.

AuthorBrownFineSecurity
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Decompiling Android APKs can be tedious because DEX bytecode isn't human-readable. Jadx translates the bytecode back into readable Java source, enabling quicker security analysis, vulnerability discovery, and understanding app behavior without manual reverse engineering.

Core Features & Use Cases

  • Readable Java from APKs: Convert DEX bytecode into human-friendly Java source for rapid analysis.
  • Vulnerability Discovery: Inspect decompiled code to locate hardcoded credentials, API keys, or insecure crypto usage.
  • Trace App Behavior: Understand control flow and logic to assess security risk and compliance.

Quick Start

Use the jadx tool to decompile an APK file, e.g., "jadx app.apk -d app-decompiled".

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: jadx
Download link: https://github.com/BrownFineSecurity/iothackbot/archive/main.zip#jadx

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository