mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
general enhancements
This commit is contained in:
@@ -20,7 +20,7 @@ BOOL CheckRemoteDebuggerPresentEx(HANDLE hHandle, PBOOL pbDebuggerPresent)
|
||||
if (hHandle == NULL)
|
||||
return FALSE;
|
||||
|
||||
HMODULE hModule = GetModuleHandleExW(L"ntdll.dll");
|
||||
HMODULE hModule = GetModuleHandleEx2W(L"ntdll.dll");
|
||||
if (hModule == NULL)
|
||||
return FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user