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

https://github.com/cocomelonc/2022-02-01-malware-injection-16

Process injection via hunting RWX memory. C++ malware
https://github.com/cocomelonc/2022-02-01-malware-injection-16

Last synced: 12 days ago
JSON representation

Process injection via hunting RWX memory. C++ malware

Awesome Lists containing this project

README

        

# Process injection via RWX-memory hunting.

Simple process injection by enum process, hunting RWX-memory and inject payload. C++ malware implementation example.

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