Module frida_gum::interceptor
source · Expand description
Function hooking engine.
Structs§
- Function hooking engine interface.
- InvocationContext
invocation-listener
Represents the processor state when anInvocationListener
is entered.
Enums§
- PointCut
invocation-listener
Represents the points at which anInvocationContext
can exist.
Traits§
- InvocationListener
invocation-listener
Represents a pair of listeners attached to a function. - ProbeListener
invocation-listener