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

https://github.com/cocomelonc/2022-04-13-malware-injection-19

Classic DLL injection. Download dll from url and inject. Simple C++ implementation
https://github.com/cocomelonc/2022-04-13-malware-injection-19

Last synced: 2 months ago
JSON representation

Classic DLL injection. Download dll from url and inject. Simple C++ implementation

Awesome Lists containing this project

README

        

# Malware development tricks. Download and inject. C++ malware implementation.

Simple but efficient malware dev trick. Download payload/evil DLL and execute/inject. C++ malware implementation example.

[https://cocomelonc.github.io/tutorial/2022/04/15/malware-injection-19.html](https://cocomelonc.github.io/tutorial/2022/04/15/malware-injection-19.html)