tldr/pages.zh/common/androguard.md

17 lines
441 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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