Files
tldr/pages.zh/common/androguard.md

16 lines
411 B
Markdown
Raw Permalink 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
> 反向工程 Android 应用程序。用 Python 编写。
> 更多信息: <https://github.com/androguard/androguard>。
- 显示 Android 应用清单:
`androguard axml {{path/to/app.apk}}`
- 显示应用元数据(版本和应用 ID
`androguard apkid {{path/to/app.apk}}`
- 反编译应用的 Java 代码:
`androguard decompile {{path/to/app.apk}} --output {{path/to/directory}}`