Frida
Frida is an amazing instrumentation framework used for reverse engineering across multiple platforms.
Reading Arguments
It is often useful to read the arguments of a function call to see what is being passed through or even change the values of the arguments. Vice versa, it can be very helpful to see the return values of a function or have the ability to change the return values of a function.
Last updated