Update readme.md

This commit is contained in:
Usman Sikander
2024-09-25 13:59:16 +03:00
committed by GitHub
parent aadfc9a437
commit 7c9f74122b
+1 -1
View File
@@ -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;