[][src]Module frida_rs::interceptor

Frida functions for Interceptor functionality.

The functions in this module correspond to the JavaScript functions grouped under https://frida.re/docs/javascript-api/#interceptor

Structs

InvocationArgs

Arguments to an invocation of the intercepted function.

InvocationCallbacks
InvocationContext

Per-invocation object that contains useful properties about the program at the point of interception.

InvocationReturnValue

Return value for an invocation of the intercepted function.

Functions

attach

Intercept calls to target.