Files
oscp/Necronomicon/Programming/CSharp/Process Injection/README.md
T
2025-11-21 17:17:42 +01:00

18 lines
369 B
Markdown

# 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)