Skip to content

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

License

Notifications You must be signed in to change notification settings

fredpedroso/android-manifest-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  • App version information:
    • Package Name
    • Version Code
    • Version Name
  • Device compatibility:
    • < uses-feature >
    • < uses-sdk >
  • Permissions:
    • < permissions >
    • < uses-permission >
    • < uses-permission-sdk-23 >
  • App Components:
    • < service >
    • < receiver >
    • < provider >

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages