Skip to content

A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps.

License

Notifications You must be signed in to change notification settings

mikalv/frida-scripts-1

 
 

Repository files navigation

frida-scripts

A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps.

Blog post: https://techblog.mediaservice.net/2017/09/tracing-arbitrary-methods-and-function-calls-on-android-and-ios/

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.

About

A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%