332 B
332 B
jadx
Dex 转 Java 反编译器。 从 Android Dex 和 APK 文件中生成 Java 源代码。 更多信息:https://github.com/skylot/jadx。
- 将 Dex 文件反编译到一个目录中:
jadx {{path/to/file}}
- 将 Dex 文件反编译到特定目录中:
jadx --output-dir {{path/to/directory}} {{path/to/file}}