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; }
Public Shared ReadOnly Property ReturnAddress As IntPtr
Get
public:
static property IntPtr ReturnAddress {
IntPtr get ();
}
static member ReturnAddress : IntPtr with get
Property Value
Type:
IntPtrSee Also