Optional
Called synchronously when a thread is about to enter the target function.
Typically implemented using CModule.
CModule
Signature: void onEnter (GumInvocationContext * ic)
void onEnter (GumInvocationContext * ic)
Called synchronously when a thread is about to leave the target function.
Signature: void onLeave (GumInvocationContext * ic)
void onLeave (GumInvocationContext * ic)
Generated using TypeDoc
Called synchronously when a thread is about to enter the target function.
Typically implemented using
CModule
.Signature:
void onEnter (GumInvocationContext * ic)