Hash lookup changes

This commit is contained in:
Nick Landers
2022-06-17 10:48:02 -06:00
parent 9bc5c58a30
commit 9fdd5c4438
6 changed files with 14 additions and 9 deletions
+1
View File
@@ -386,6 +386,7 @@ ULONG_PTR LoadDLL(PBYTE pbModule, DWORD dwFunctionHash, LPVOID lpUserData, DWORD
importCount++;
}
sleep = 0;
importDesc = RVA(PIMAGE_IMPORT_DESCRIPTOR, baseAddress, dataDir->VirtualAddress);
if (dwFlags & SRDI_OBFUSCATEIMPORTS && importCount > 1) {
sleep = (dwFlags & 0xFFFF0000);