This project was made as part of the Mobile Security class at TU Graz in 2022. You can find the results on GitHub Pages.
Files:
process.sh
- Extract files using apktoolextract_nsc.py
- Read apktool dumps and extract the NSCs, also prints some info about the filesanalyze.py
- Will analyze a folder of NSCs to print some stats and create a CSV
Usage:
pip3 install androguard tqdm
./process.sh in_dir out_dir_apk
python3 extract_nsc.py out_dir_apk out_dir_nsc
python3 analyze.py out_dir_nsc csv_path