Skip to content

v1.1.7: Frida Script Generator

Choose a tag to compare

@Pinperepette Pinperepette released this 14 Dec 19:17
· 6 commits to main since this release

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

  1. Select a function in the sidebar
  2. Click "Frida" in toolbar
  3. Choose platform (iOS/macOS) and hook type
  4. Click "Basic" or "AI Enhanced"
  5. Run: frida -U -f <app> -l script.js

Full Changelog: v1.1.6...v1.1.7