Awesome
frida-scripts
"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.
For a well-maintained project that includes some of my Frida scripts, refer to:
https://github.com/federicodotta/Brida
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/raptor_frida_ios_*.js. Miscellaneous script snippets for iOS.
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/raptor_frida_android_*.js. Miscellaneous script snippets for Android.