Forrest logo
back to context overview

androguard

List of commands for androguard:

  • androguard:tldr:1a13e androguard: Decompile Java code from an app.
    $ androguard decompile ${path-to-app-apk} --output ${path-to-directory}
    try on your machine
    explain this command
  • androguard:tldr:7e0ae androguard: Display Android app manifest.
    $ androguard axml ${path-to-app-apk}
    try on your machine
    explain this command
  • androguard:tldr:b83f6 androguard: Display app metadata (version and app ID).
    $ androguard apkid ${path-to-app-apk}
    try on your machine
    explain this command
back to context overview