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:
@@ -329,9 +329,12 @@ BOOL ExecuteGhostProcess(BYTE* shellcode, size_t shellcodeSize) {
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
```
|
||||
## Full Code
|
||||
|
||||
```cpp
|
||||
|
||||
#include <stdio.h>
|
||||
#include <Windows.h>
|
||||
#include <iostream>
|
||||
@@ -1207,7 +1210,7 @@ int main() {
|
||||
|
||||
}
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
### Note
|
||||
For better understanding of this technique, I'll prefer this blog post, but if there is still any confusion then please feel free to contact with using github issues or direct linkedIn.
|
||||
|
||||
Reference in New Issue
Block a user