This code is primarily designed to run on Linux. MAVS-master is not compatible with Windows. For Windows users, consider using an alternative APK analyzer tool.
- cd path/to/Desktop
- git clone https://github.com/harshitSingh1/Apk_Analysis.git
- [extract All the files from zip]
- cd Apk_Analysis
- Scanning APKs: a) chmod 777 scan_apks.py b) python3 scan_apks.py
- Analyzing Results: a) chmod 777 graph.py b) python3 graph.py
- Apk_files: Contains APK files to be scanned.
- mavs_master: MAVS tool for scanning APK files.
- scanning_results.csv: CSV file containing the scanning results.(you may delete this before you start scanning)
- scan_apks.py: Python script for scanning APK files.
- graph.py: Python script for analyzing and visualizing the scanning results.