Update readme.md

This commit is contained in:
Usman Sikander
2024-09-14 16:49:52 +03:00
committed by GitHub
parent 901786f55e
commit 6faa3d11d4
+4 -1
View File
@@ -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.