androaxml - AndroidManifest.xml parserΒΆ

Parse the AndroidManifest.xml from an APK and show/save the XML file.

usage: androaxml.py [-h] [--output OUTPUT] [--version] [--input INPUT] [file]

Parses the AndroidManifest.xml eitherdirect or from a given APK and prints in
XML format or saves tofile.This tool can also be used to process any AXML
encoded file, forexample from the layout directory.

positional arguments:
  file                  AndroidManifest.xml or APK to parse

optional arguments:
  -h, --help            show this help message and exit
  --output OUTPUT, -o OUTPUT
                        filename to save the decoded AndroidManifest.xml to
  --version, -v         Print androguard version and exit
  --input INPUT, -i INPUT
                        AndroidManifest.xml or APK to parse (legacy option)