Hook a native function at the specified address with a managed callback. The callback receives a context structure that allows reading and modifying CPU registers.
Guid AddHook(MidHookDelegate callback)
Parameters
callbackMidHookDelegateThe callback to call when the code reaches that address.