FridaScripts
No description available
Install / Use
/learn @apkunpacker/FridaScriptsREADME
🛠️ 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 File | Primary Function |
| :--- | :--- |
| AntiDebug.js | Bypasses anti-debugging/Frida/Xposed/VPN checks. |
| SSLUnpinning.js | Universal SSL/TLS Pinning bypass. |
| DumpDex.js | Dumps dynamic DEX files from memory. |
| DumpSo.js | Dumps native SO libraries via android_dlopen_ext. |
| EarlyJava.js | Hooks Java classes loaded in the early context (libart.so). |
| InMemoryDexClassLoader.js | Dumps DEX files loaded via InMemoryDexClassLoader. |
| NPStringFog.js | Decrypts strings obfuscated by NP Manager. |
| Logcat.js | Hooks all logging classes for comprehensive log capture. |
| StopExit.js | Prevents app exit/crash on environment detection (Root/Frida). |
| FlutterSSL.js | Dedicated SSL Unpinning for Flutter apps. |
| InstallerFix.js | Fakes Google Play Store installer for bypass. |
| Spoof.ts | Spoofs 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
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
