fredpedroso / android-manifest-analysis

AMA (Android Manifest Analysis) is a tool to automate analysis of AndroidManifest.xml files.
GNU General Public License v3.0
3 stars 2 forks source link
android androidmanifest bi excel manifest pandas parser

Android Manifest Analysis

AMA (Android Manifest Analysis) is a tool to automate analysis of AndroidManifest.xml files.

Features

AMA extracts information from an APK file and generates a report in excel.

Getting Started:

Clone the project repository:

git clone https://github.com/fredpedroso/android-manifest-analysis

Requirements:

Install the requirements:

pip install -r requirements.txt

How to use:

Running:

python ama.py --path <file or directory>

The report will be generated in the report folder.