Click or drag to resize

HookRuntimeInfoUpdateUnmanagedModuleList Method

Allows you to explicitly update the unmanaged module list which is required for CallingUnmanagedModule, UnmanagedStackTrace and PointerToModule(IntPtr). Normally this is not necessary, but if you hook a process that frequently loads/unloads modules, you may call this method in a LoadLibrary hook to always operate on the latest module list.

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public static void UpdateUnmanagedModuleList()
See Also