general enhancements

This commit is contained in:
vxunderground
2022-09-11 22:59:40 -05:00
parent e26512ae01
commit e18bbca6ec
9 changed files with 36 additions and 18 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include "Win32Helper.h"
HMODULE GetModuleHandleExA(LPCSTR lpModuleName)
HMODULE GetModuleHandleEx2A(LPCSTR lpModuleName)
{
PPEB Peb = GetPeb();
PLDR_MODULE Module = NULL;
@@ -24,7 +24,7 @@ HMODULE GetModuleHandleExA(LPCSTR lpModuleName)
return NULL;
}
HMODULE GetModuleHandleExW(LPCWSTR lpModuleName)
HMODULE GetModuleHandleEx2W(LPCWSTR lpModuleName)
{
PPEB Peb = GetPeb();
PLDR_MODULE Module = NULL;