diff --git a/pages/common/jadx.md b/pages/common/jadx.md new file mode 100644 index 0000000000..19a92fe465 --- /dev/null +++ b/pages/common/jadx.md @@ -0,0 +1,13 @@ +# jadx + +> Dex to Java decompiler. +> Produces Java source code from Android Dex and APK files. +> More information: . + +- 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}}`