LennonCMJ / frida-scripts

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

Home Page:https://www.frida.re/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://www.frida.re/

License:MIT License


Languages

Language:JavaScript 100.0%