Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 655 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 655 Bytes

JSInterface_analyzer

Analyze APK file for taint analysis targeting Javascript Interface using AppShark

Used App Shark for taint analysis

https://github.com/bytedance/appshark/tree/main

How to use

  • put apks you want to analyze in the apks directory

  • then run the analyze_interface.py python3 analyze_interface.py

  • You need to edit analyze_interface.py to define Sinks you want to find.

Notice!