All Posts programming dex to Java decompiler | jadx

dex to Java decompiler | jadx

· 97 words · 1 minute read

jadx is a command-line dex to Java decompiler. Produces Java source code from Android Dex and APK files.

Decompile a Dex file into a directory:

jadx path/to/file

Decompile a Dex file into a specific directory:

jadx --output-dir path/to/directory path/to/file

More information: https://github.com/skylot/jadx .

I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .