Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 303 Bytes

androguard.md

File metadata and controls

26 lines (21 loc) · 303 Bytes

Androguard

Load an APK in a shell:

androlyze.py APK

See certificate:

androsign.py --all --show APK

Show package information:

androguard apkid APK

Show the manifest:

androguard axml APK

Decode compiled resources:

androguard arsc app.apk