2025-03-14 21:59:59 -06:00
|
|
|
# jadx
|
|
|
|
|
|
|
|
|
|
> Dex to Java decompiler.
|
|
|
|
|
> Produces Java source code from Android Dex and APK files.
|
2025-06-28 19:25:29 -06:00
|
|
|
> More information: <https://github.com/skylot/jadx#usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Decompile a Dex file into a directory:
|
|
|
|
|
|
|
|
|
|
`jadx {{path/to/file}}`
|
|
|
|
|
|
|
|
|
|
- Decompile a Dex file into a specific directory:
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`jadx {{[-d|--output-dir]}} {{path/to/directory}} {{path/to/file}}`
|