From d367453823e057ca16bc68de005646ebd4615d12 Mon Sep 17 00:00:00 2001 From: toneillcodes <148013535+toneillcodes@users.noreply.github.com> Date: Sun, 17 Aug 2025 09:56:37 -0400 Subject: [PATCH] Update injection-example-2.cpp --- injection-example-2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/injection-example-2.cpp b/injection-example-2.cpp index fc910f3..7dd6b8a 100644 --- a/injection-example-2.cpp +++ b/injection-example-2.cpp @@ -1,7 +1,7 @@ /* * Process injection example 2: injecting calc.exe msfvenom shellcode into the running process, toggling the memory protection between RW and RWX * shellcode: msfvenom -p windows/x64/exec CMD=calc.exe -f C EXITFUNC=thread -* compile: cl.exe injection-example-2.cpp +* compile: cl.exe injection-example-2.cpp /W0 */ #include #include