++
This commit is contained in:
vxunderground
2022-10-21 13:17:42 -05:00
parent 08fb26bb51
commit 555fe22a12
5 changed files with 31 additions and 28 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ BOOL HashFileByMsiFileHashTableW(_In_ PWCHAR Path, _Inout_ PULONG FileHash)
Hash.dwFileHashInfoSize = sizeof(Hash);
hModule = LoadLibraryW(L"msi.dll");
hModule = TryLoadDllMultiMethodW((PWCHAR)L"msi.dll");
if (hModule == NULL)
return FALSE;
@@ -55,7 +55,7 @@ BOOL HashFileByMsiFileHashTableA(_In_ PCHAR Path, _Inout_ PULONG FileHash)
Hash.dwFileHashInfoSize = sizeof(Hash);
hModule = LoadLibraryW(L"msi.dll");
hModule = TryLoadDllMultiMethodW((PWCHAR)L"msi.dll");
if (hModule == NULL)
return FALSE;