Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,16 +1,16 @@
# androguard
> 使用python编写的一款针对安卓应用的逆向工程工具.
> 更多信息: <https://github.com/androguard/androguard>.
> 使用 python 编写的一款针对安卓应用的逆向工程工具
> 更多信息 <https://github.com/androguard/androguard>.
- 展示Android manifest清单文件:
- 展示 Android manifest 清单文件
`androguard axml {{路径/至/应用.apk}}`
- 展示app元数据 (版本和app ID):
- 展示 app 元数据版本和 app ID
`androguard apkid {{路径/至/应用.apk}}`
- 反编译Java代码:
- 反编译 Java 代码
`androguard decompile {{路径/至/应用.apk}} --output {{路径/至/目录}}`