Hi,
There is this function
How do I get the name and path of this DLL?
Thanks and Regards
Utsav
There is this function
Code: Select all
that injects DLL represented by 'Mod'.HHOOK NtUserSetWindowsHookEx(HINSTANCE Mod,
PUNICODE_STRING UnsafeModuleName,
DWORD ThreadId,
INT HookId,
PVOID HookProc,
BOOL Ansi)
How do I get the name and path of this DLL?
Thanks and Regards
Utsav