An open API service indexing awesome lists of open source software.

https://github.com/cocomelonc/2021-12-13-malware-injection-12

Code injection via utilizing sections for malicious code execution
https://github.com/cocomelonc/2021-12-13-malware-injection-12

Last synced: 3 months ago
JSON representation

Code injection via utilizing sections for malicious code execution

Awesome Lists containing this project

README

        

# Code injection via sections technique.

Simple injection via NT API NtCreateSection, NtMapViewOfSection, RtlCreateUserThread functions. C++ malware example.

[https://cocomelonc.github.io/tutorial/2021/12/13/malware-injection-12.html](https://cocomelonc.github.io/tutorial/2021/12/13/malware-injection-12.html)