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
- Host: GitHub
- URL: https://github.com/cocomelonc/2022-04-13-malware-injection-19
- Owner: cocomelonc
- Created: 2022-04-13T12:19:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T06:24:22.000Z (about 3 years ago)
- Last Synced: 2025-04-01T10:36:15.272Z (3 months ago)
- Language: C++
- Size: 90.8 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)