mirror of
https://github.com/toneillcodes/windows-process-injection
synced 2026-06-21 14:11:25 +00:00
Fixing typos
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* compile: cl.exe spoof-ppid-earlybird.cpp ..\includes\utils.cpp ..\includes\ps-utils.cpp
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user