diff --git a/fundamentals/injection-example-1.cpp b/fundamentals/injection-example-1.cpp index 96ad429..c4f11ce 100644 --- a/fundamentals/injection-example-1.cpp +++ b/fundamentals/injection-example-1.cpp @@ -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 */