HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

jadx — Dex to Java decompiler. Produces Java source code from Android Dex and APK files. More information:

Submitted by: @import:tldr-pages··
0
Viewed 0 times
dexcommandproducesclijavadecompilerjadx

Problem

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

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/jadx

Revisions (0)

No revisions yet.