Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 755 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 755 Bytes

Android Info

Scan apk bundles or AndroidManifest.xml to extract formatted useful information

Get an high level overview of AndroidManifest.xml file of an android apk while reversing the apk such as exported or non-exported activities , package information, permissions, services, etc.

Usage

Windows

python apkinfo.py --xml <path_to_AndroidManifest.xml>
python apkinfo.py --apk <path_to_target.apk>

Linux/mac

python3 apkinfo.py --xml <path_to_AndroidManifest.xml>
python3 apkinfo.py --apk <path_to_target.apk>

Installation

  • Download and install jadx from here

  • Install the requirements

    pip install -r requirements.txt