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

View File

@@ -0,0 +1,17 @@
# apkleaks
> 从APK文件中暴露URI、端点和密钥。
> 注意APKLeaks利用`jadx`反汇编器来反编译APK文件。
> 更多信息:<https://github.com/dwisiswant0/apkleaks>。
- 扫描APK [f]ile以查找URI、端点和密钥
`apkleaks --file {{path/to/file.apk}}`
- 扫描并将 [o]utput保存到特定文件
`apkleaks --file {{path/to/file.apk}} --output {{path/to/output.txt}}`
- 传递`jadx`反汇编器的 [a]rguments
`apkleaks --file {{path/to/file.apk}} --args "{{--threads-count 5 --deobf}}"`