first commit

This commit is contained in:
2025-11-21 17:17:42 +01:00
commit 4cad18c2a5
285 changed files with 122106 additions and 0 deletions
@@ -0,0 +1,18 @@
# Process Injection
Description: Methods of process injection and their OPSEC considerations
Done: Yes
---
[Process Injection Intro](1.%20Introduction.md)
[CreateThread](3.%20CreateThread.md)
[CreateRemoteThread](2.%20CreateRemoteThread.md)
[4. QueueUserAPC](4.%20QueueUserAPC.md)
[5. NtMapViewOfSection](5.%20NtMapViewOfSection.md)
[Epilogue](6.%20Epilogue.md)