Update injection-example-1.cpp

This commit is contained in:
toneillcodes
2025-08-17 18:08:30 -04:00
committed by GitHub
parent 82d6123e7c
commit 1b38162c27
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Process injection example 1: injecting calc.exe msfvenom shellcode into the running process
* Process injection example 1: injecting calc.exe msfvenom shellcode into the current process
* shellcode: msfvenom -p windows/x64/exec CMD=calc.exe -f C EXITFUNC=thread
* compile: cl.exe injection-example-1.cpp /W0
*/