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

https://github.com/cocomelonc/2022-01-14-malware-injection-13

Code injection via ZwCreateSection, ZwUnmapViewOfSection. C++ example
https://github.com/cocomelonc/2022-01-14-malware-injection-13

Last synced: 13 days ago
JSON representation

Code injection via ZwCreateSection, ZwUnmapViewOfSection. C++ example

Awesome Lists containing this project

README

        

# Code injection via ZwCreateSection (sections technique).

Simple injection via NT API ZwCreateSection, NtMapViewOfSection, ZwCreateThreadEx functions. C++ malware example.

[https://cocomelonc.github.io/tutorial/2022/01/14/malware-injection-13.html](https://cocomelonc.github.io/tutorial/2022/01/14/malware-injection-13.html)