It scans an APK’s Smali code for root-detection and SSL-pinning patterns and then automatically creates Frida scripts to bypass these security checks.
- Analyzes APK for root/SSL detections and creates tailored Frida scripts
Note: This is the lite version of the script.
- Currently, this is a 𝐥𝐢𝐭𝐞 𝐯𝐞𝐫𝐬𝐢𝐨𝐧 🪶 that supports 83+ root & SSL detection methods.
- 🔍 Performs Smali pattern checks and generates hooks.
- Eliminates the need to run and manage multiple scripts manually.
- 🚫 Does not support highly complex obfuscation or low-level binary checks. Not guaranteed to work for all scenarios
- 🔧 Under active development and will be improved over time.
python3 frida-script-gen.py <apk_file> [-o output_name]- Python 3.X
- androguard==3.3.5
- apktool
- rich
pip3 install androguard==3.3.5 richpython3 frida-script-gen.py app.apk
frida -U -f com.example.app -l bypass_script.js

