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