logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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