Address of function/instruction to intercept.
Callbacks or instruction-level probe callback.
Optional
data: NativePointerValueUser data exposed to NativeInvocationListenerCallbacks
through the GumInvocationContext *
.
Generated using TypeDoc
Intercepts calls to function/instruction at
target
. It is important to specify aInstructionProbeCallback
iftarget
is not the first instruction of a function.