discovered 30 Mar 2026
frida-scripts
→ View on GitHubAI Summary: The frida-scripts repository provides a collection of instrumentation scripts designed for reverse engineering applications on iOS, Android, and Linux platforms using the Frida tool. Key features include full-featured tracers and enumerators for Objective-C, Java, and Linux binaries, enabling deep analysis and manipulation of app behaviors. The scripts may require customization and are suitable for advanced users involved in mobile and software security research.
README
frida-scripts
A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps and more.
[!NOTE] My iOS and Android scripts might require some tweakings. For a well-maintained project that includes some of my Frida scripts, refer to Brida.

Blog post
See also
Compatibility
- Tested with Frida 17.3.2
Scripts
iOS
- raptor_frida_ios_trace.js. Full-featured ObjC and Module tracer for iOS.
- raptor_frida_ios_enum.js. Collection of functions to enumerate ObjC classes and methods.
- ios-snippets/. Miscellaneous script snippets for iOS (tested with Frida before 17.0.0).
Android
- raptor_frida_android_trace.js. Full-featured Java and Module tracer for Android.
- raptor_frida_android_enum.js. Collection of functions to enumerate Java classes and methods.
- android-snippets/. Miscellaneous script snippets for Android (tested with Frida before 17.0.0).
Linux
- raptor_frida_linux_trace.js. Full-featured function call tracer for Linux.
- raptor_frida_linux_enum.js. Collection of functions to enumerate modules and functions in a binary.
Changelog
TODO
- Test extensively with real-world apps.
- Add Windows and macOS scripts.