"Just because you're paranoid doesn't mean they aren't after you."
-- Joseph Heller, Catch-22
A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps and more.
Note: My old iOS and Android scripts might require some tweakings. For a well-maintained project that includes some of my Frida scripts, refer to: https://github.com/federicodotta/Brida
- 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.
- 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.
- 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.
- TODO
- TODO