2019-11-12 10:59:39 +00:00
|
|
|
# androguard
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> Reverse engineer Android applications. Written in Python.
|
2019-11-12 10:59:39 +00:00
|
|
|
> More information: <https://github.com/androguard/androguard>.
|
|
|
|
|
|
|
|
- Display Android app manifest:
|
|
|
|
|
|
|
|
`androguard axml {{path/to/app.apk}}`
|
|
|
|
|
|
|
|
- Display app metadata (version and app ID):
|
|
|
|
|
|
|
|
`androguard apkid {{path/to/app.apk}}`
|
|
|
|
|
|
|
|
- Decompile Java code from an app:
|
|
|
|
|
|
|
|
`androguard decompile {{path/to/app.apk}} --output {{path/to/directory}}`
|