Category
Mobile
GitHub Stars
33
Project Added On
Jun 07, 2025
Contributors
1
Table of Contents
Loading contents...
README.md
FridaScriptGen
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.
Features
- 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.
Usage
python3 frida-script-gen.py <apk_file> [-o output_name]
Requirements
- Python 3.X
- androguard==3.3.5
- apktool
- rich
Installation
pip3 install androguard==3.3.5 rich
Example
python3 frida-script-gen.py app.apk
frida -U -f com.example.app -l bypass_script.js
Tool Information
Author
thecybersandeep
Project Added On
June 07, 2025
License
Open Source
Tags
security
tool
Related Tools
MobSecco
Cloning apk for bypassing code tampering detection, Google Safety Net and scanning vulnerable plugins
Stablebytecode-viewer
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
StableKrakatau
Java decompiler, assembler, and disassembler
Stable