mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
Version: 2.0.684
Version: 2.0.684
This commit is contained in:
@@ -18,7 +18,7 @@ HMODULE ProxyWorkItemLoadLibraryW(_In_ LPCWSTR lpModuleName)
|
||||
|
||||
Timeout.QuadPart = -500000;
|
||||
|
||||
NtWaitForSingleObject(InlineGetCurrentProcess, FALSE, &Timeout);
|
||||
NtWaitForSingleObject(GetCurrentProcessNoForward(), FALSE, &Timeout);
|
||||
|
||||
return GetModuleHandleEx2W(lpModuleName);
|
||||
}
|
||||
@@ -41,7 +41,7 @@ HMODULE ProxyWorkItemLoadLibraryA(_In_ LPCSTR lpModuleName)
|
||||
|
||||
Timeout.QuadPart = -500000;
|
||||
|
||||
NtWaitForSingleObject(InlineGetCurrentProcess, FALSE, &Timeout);
|
||||
NtWaitForSingleObject(GetCurrentProcessNoForward(), FALSE, &Timeout);
|
||||
|
||||
return GetModuleHandleEx2A(lpModuleName);
|
||||
}
|
||||
Reference in New Issue
Block a user