Files
tldr/pages.zh/common/androguard.md
2023-05-02 20:46:07 +05:30

17 lines
441 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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