Click or drag to resize

HookRuntimeInfoReturnAddress Property

Returns the address where execution is continued, after you hook has been completed. This is always the instruction behind the hook invokation. Executes in max. one micro secound.

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public static IntPtr ReturnAddress { get; }

Property Value

Type: IntPtr
See Also