From 7c9f74122bc11de74dc6717667c770fc9e0c4faf Mon Sep 17 00:00:00 2001 From: Usman Sikander <76246439+Offensive-Panda@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:59:16 +0300 Subject: [PATCH] Update readme.md --- EarlyBird_Code_Injection/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EarlyBird_Code_Injection/readme.md b/EarlyBird_Code_Injection/readme.md index dc77638..a0decb9 100644 --- a/EarlyBird_Code_Injection/readme.md +++ b/EarlyBird_Code_Injection/readme.md @@ -19,7 +19,7 @@ In this lab, we cover EarlyBird Injection technique, EarlyBird Injection is a pr Creates Notepad in a suspended state. ```cpp - // Creating Suspended Process And Mapping a File To Memory + // Creating Suspended Process LPSTARTUPINFOA startupInfo = new STARTUPINFOA(); PROCESS_INFORMATION procInfo;