logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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