mirror of
https://github.com/monoxgas/sRDI
synced 2026-06-06 16:14:36 +00:00
Update ShellcodeRDI.c
This commit is contained in:
@@ -422,7 +422,7 @@ ULONG_PTR LoadDLL(PBYTE pbModule, DWORD dwFunctionHash, LPVOID lpUserData, DWORD
|
||||
}
|
||||
}
|
||||
|
||||
if (sleep & dwFlags & SRDI_OBFUSCATEIMPORTS && importCount > 1) {
|
||||
if (sleep && dwFlags & SRDI_OBFUSCATEIMPORTS && importCount > 1) {
|
||||
pSleep(sleep * 1000);
|
||||
}
|
||||
}
|
||||
@@ -600,4 +600,4 @@ ULONG_PTR LoadDLL(PBYTE pbModule, DWORD dwFunctionHash, LPVOID lpUserData, DWORD
|
||||
|
||||
// Atempt to return a handle to the module
|
||||
return baseAddress;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user