Click or drag to resize

HookRuntimeInfoUnmanagedStackTrace Property

Creates a call stack trace of the unmanaged code path that finally lead to your hook. To detect whether the desired module is within the call stack you will have to walk through the whole list! Executes in max. 20 micro secounds.

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public static ProcessModule[] UnmanagedStackTrace { get; }

Property Value

Type: ProcessModule
Remarks
This method is not supported on Windows 2000 and will just return the calling unmanaged module wrapped in an array on that platform.
See Also