Skip to content
Platform
generic
Available at: https://codeshare.frida.re/

Last updated: September 29, 2023

Frida CodeShare

Frida CodeShare is a repository containing a collection of ready-to-run Frida scripts which can enormously help when performing concrete tasks both on Android as on iOS as well as also serve as inspiration to build your own scripts. Two representative examples are:

Using them is as simple as including the --codeshare <handler> flag and a handler when using the Frida CLI. For example, to use "ObjC method observer", enter the following:

frida --codeshare mrmacete/objc-method-observer -f YOUR_BINARY

Resources