add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

13
pages.zh/common/jadx.md Normal file
View 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}}`