apkunpacker/FridaScripts

JavaScript

632

78 commits

updated May 27, 2026

See the code

README

🛠️ FridaScripts:

This repository is a collection of Frida scripts for Android security research and debugging. Use these scripts to bypass protections, dump runtime components, and intercept key application functions.


✨ Core Capabilities

  • Anti-Defense: Bypass anti-debugging, anti-Frida, and anti-tampering checks.
  • Dumping: Extract dynamic DEX files and SO libraries from packers.
  • Network: Perform universal SSL/TLS Unpinning (Native, OkHttp, Flutter).
  • Instrumentation: Hook early Java classes and native library functions (libc.so, libart.so).

📜 Key Scripts example

Script FilePrimary Function
AntiDebug.jsBypasses anti-debugging/Frida/Xposed/VPN checks.
SSLUnpinning.jsUniversal SSL/TLS Pinning bypass.
DumpDex.jsDumps dynamic DEX files from memory.
DumpSo.jsDumps native SO libraries via android_dlopen_ext.
EarlyJava.jsHooks Java classes loaded in the early context (libart.so).
InMemoryDexClassLoader.jsDumps DEX files loaded via InMemoryDexClassLoader.
NPStringFog.jsDecrypts strings obfuscated by NP Manager.
Logcat.jsHooks all logging classes for comprehensive log capture.
StopExit.jsPrevents app exit/crash on environment detection (Root/Frida).
FlutterSSL.jsDedicated SSL Unpinning for Flutter apps.
InstallerFix.jsFakes Google Play Store installer for bypass.
Spoof.tsSpoofs Android properties to block device fingerprinting.

🚀 Usage Example

To run a script on a plugged-in device:

frida -U -f [APP_PACKAGE_NAME] -l SSLUnpinning.js

Contributors

apkunpacker

78 commits

apkunpacker/FridaScripts

JavaScript

632

78 commits

updated May 27, 2026

See the code

README

🛠️ FridaScripts:

This repository is a collection of Frida scripts for Android security research and debugging. Use these scripts to bypass protections, dump runtime components, and intercept key application functions.


✨ Core Capabilities

  • Anti-Defense: Bypass anti-debugging, anti-Frida, and anti-tampering checks.
  • Dumping: Extract dynamic DEX files and SO libraries from packers.
  • Network: Perform universal SSL/TLS Unpinning (Native, OkHttp, Flutter).
  • Instrumentation: Hook early Java classes and native library functions (libc.so, libart.so).

📜 Key Scripts example

Script FilePrimary Function
AntiDebug.jsBypasses anti-debugging/Frida/Xposed/VPN checks.
SSLUnpinning.jsUniversal SSL/TLS Pinning bypass.
DumpDex.jsDumps dynamic DEX files from memory.
DumpSo.jsDumps native SO libraries via android_dlopen_ext.
EarlyJava.jsHooks Java classes loaded in the early context (libart.so).
InMemoryDexClassLoader.jsDumps DEX files loaded via InMemoryDexClassLoader.
NPStringFog.jsDecrypts strings obfuscated by NP Manager.
Logcat.jsHooks all logging classes for comprehensive log capture.
StopExit.jsPrevents app exit/crash on environment detection (Root/Frida).
FlutterSSL.jsDedicated SSL Unpinning for Flutter apps.
InstallerFix.jsFakes Google Play Store installer for bypass.
Spoof.tsSpoofs Android properties to block device fingerprinting.

🚀 Usage Example

To run a script on a plugged-in device:

frida -U -f [APP_PACKAGE_NAME] -l SSLUnpinning.js

Contributors

apkunpacker

78 commits

Languages

JavaScript

70.6%

TypeScript

29.4%