v1.1.7: Frida Script Generator
What's New in v1.1.7
Frida Script Generator
- Dynamic Instrumentation: Generate ready-to-use Frida scripts for iOS and macOS
- 6 Hook Types:
- Trace: Log function calls, arguments, return values, and backtraces
- Bypass: Modify return values to bypass security checks
- Intercept: Advanced hooking with argument/return modification and context dump
- Memory Dump: Hexdump function memory at runtime
- String Patch: Find and patch strings in memory
- Anti-Debug: Bypass common anti-debugging (ptrace, sysctl, getppid, task_get_exception_ports)
- Platform Support: iOS and macOS with platform-specific optimizations
- AI-Enhanced Scripts: Optional AI-powered script generation with intelligent bypass detection
- Export Options: Copy to clipboard or save as .js file
How to Use
- Select a function in the sidebar
- Click "Frida" in toolbar
- Choose platform (iOS/macOS) and hook type
- Click "Basic" or "AI Enhanced"
- Run:
frida -U -f <app> -l script.js
Full Changelog: v1.1.6...v1.1.7