Update injection-example-1.cpp

This commit is contained in:
toneillcodes
2025-08-17 09:56:27 -04:00
committed by GitHub
parent 0a0044871c
commit 19280207d8
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* Process injection example 1: injecting calc.exe msfvenom shellcode into the running process
* shellcode: msfvenom -p windows/x64/exec CMD=calc.exe -f C EXITFUNC=thread
* compile: cl.exe injection-example-1.cpp
* compile: cl.exe injection-example-1.cpp /W0
*/
#include <windows.h>
#include <stdio.h>