https://github.com/cocomelonc/2021-09-19-injection-1
C++ classic code injection example. Source code of my post
https://github.com/cocomelonc/2021-09-19-injection-1
Last synced: 15 days ago
JSON representation
C++ classic code injection example. Source code of my post
- Host: GitHub
- URL: https://github.com/cocomelonc/2021-09-19-injection-1
- Owner: cocomelonc
- Created: 2021-09-18T19:30:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T16:43:31.000Z (about 3 years ago)
- Last Synced: 2025-04-01T10:36:09.970Z (about 1 month ago)
- Language: C++
- Size: 30.3 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ code injection to another process
Simple classic code injection to another process.
[https://cocomelonc.github.io/tutorial/2021/09/18/malware-injection-1.html](https://cocomelonc.github.io/tutorial/2021/09/18/malware-injection-1.html)