Fixing typos

This commit is contained in:
toneillcodes
2026-05-29 14:39:38 -04:00
parent 3b3a2a7752
commit 042487aec2
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ int main() {
printf("[ERROR] Failed to obtain DLL handle! Error: %lu\n", GetLastError());
return -1;
}
printf("[*] Target DDL loaded.\n");
printf("[*] Target DLL loaded.\n");
LPVOID bufferAddress = (LPVOID)GetProcAddress(hSacrificialDll, "CommitUrlCacheEntryW");
if (bufferAddress == NULL) {
+4
View File
@@ -1,3 +1,7 @@
/*
* compile: cl.exe spoof-ppid-earlybird.cpp ..\includes\utils.cpp ..\includes\ps-utils.cpp
*/
#include <windows.h>
#include <stdio.h>