Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Decompile Android Dex - Generate Java Code with Jadx | Online Free DevTools by Hexmos

Decompile Android Dex files into readable Java code with Jadx. Analyze and reverse engineer Android applications quickly. Free online tool, no registration required.

jadx

Dex to Java decompiler. Produces Java source code from Android Dex and APK files. More information: https://github.com/skylot/jadx#usage.

  • Decompile a Dex file into a directory:

jadx {{path/to/file}}

  • Decompile a Dex file into a specific directory:

jadx {{[-d|--output-dir]}} {{path/to/directory}} {{path/to/file}}

See Also