Interface NativeInvocationListenerCallbacks

Hierarchy

  • NativeInvocationListenerCallbacks

Properties

Properties

onEnter?: NativePointer

Called synchronously when a thread is about to enter the target function.

Typically implemented using CModule.

Signature: void onEnter (GumInvocationContext * ic)

onLeave?: NativePointer

Called synchronously when a thread is about to leave the target function.

Typically implemented using CModule.

Signature: void onLeave (GumInvocationContext * ic)

Generated using TypeDoc