System Grab Bag

View all TLDR pages from common (or from all pages)

androguard

Reverse engineering tool for Android applications. Written in Python. 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.