mirror of
https://github.com/jonny-jhnson/RandomPOCs
synced 2026-06-21 13:54:51 +00:00
fixing line 184 on LDAPPatch
This commit is contained in:
@@ -181,7 +181,7 @@ int main()
|
||||
|
||||
HMODULE hModule = LoadLibrary(L"ntdll.dll");
|
||||
if (hModule == NULL) {
|
||||
printf("Failed to load wldap32.dll\n");
|
||||
printf("Failed to load ntdll.dll\n");
|
||||
return 1;
|
||||
}
|
||||
LdapSearch1();
|
||||
|
||||
Reference in New Issue
Block a user