mirror of
https://github.com/Offensive-Panda/ProcessInjectionTechniques
synced 2026-06-06 16:24:33 +00:00
Update readme.md
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user