frida-script-gen

frida-script-gen

33 Stars

Generate Frida bypass scripts for Android APK root and SSL checks.

thecybersandeep
Jun 07, 2025
33 stars
Category
Mobile
GitHub Stars
33
Project Added On
Jun 07, 2025
Contributors
1

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.

License: CC BY-NC-ND 4.0

image

image

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