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