Skip to content

Repository files navigation

jdex

Apk disassembler and decompiler based on jadx

Bytecode Native

Features

  • Most of jadx's features
  • Bytecode-first disassembler
  • Emulation / code reconstruction

    ⚠️ Warning: JDec (jdex's emulator-based decompiler) reconstructs code through emulation, so its output may be inaccurate. Always verify against jadx's Java (Code) view.

Building

  • Requires Java 21
  • Requires CMake
git submodule update --init
./gradlew shadowJar
java -jar app/build/libs/jdex.jar

WIP

Project is in early stages, some features are either missing on partially implemented.

Releases

Packages

Used by

Contributors

Languages