https://github.com/cocomelonc/2021-09-24-injection-2
Classic DLL injection to remote process. C++ source code
https://github.com/cocomelonc/2021-09-24-injection-2
Last synced: 22 days ago
JSON representation
Classic DLL injection to remote process. C++ source code
- Host: GitHub
- URL: https://github.com/cocomelonc/2021-09-24-injection-2
- Owner: cocomelonc
- Created: 2021-09-20T12:43:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T15:32:53.000Z (over 3 years ago)
- Last Synced: 2025-04-11T03:53:06.585Z (22 days ago)
- Language: C++
- Size: 48.8 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ DLL injection to another process
Simple classic DLL injection to another process.
[https://cocomelonc.github.io/tutorial/2021/09/20/malware-injection-2.html](https://cocomelonc.github.io/tutorial/2021/09/20/malware-injection-2.html)