add new chinese translations
This commit is contained in:
13
pages.zh/common/jadx.md
Normal file
13
pages.zh/common/jadx.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user