Apk disassembler and decompiler based on jadx
- 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.
- Requires Java 21
- Requires CMake
git submodule update --init
./gradlew shadowJarjava -jar app/build/libs/jdex.jarProject is in early stages, some features are either missing on partially implemented.

