https://github.com/cocomelonc/2021-11-23-malware-injection-6
Code injection via thread hijacking. C++ malware example
https://github.com/cocomelonc/2021-11-23-malware-injection-6
Last synced: 22 days ago
JSON representation
Code injection via thread hijacking. C++ malware example
- Host: GitHub
- URL: https://github.com/cocomelonc/2021-11-23-malware-injection-6
- Owner: cocomelonc
- Created: 2021-11-23T20:34:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T20:38:02.000Z (over 3 years ago)
- Last Synced: 2025-04-11T03:52:55.822Z (22 days ago)
- Language: C++
- Size: 21.5 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classic code injection via thread hijacking
Simple code injection via thread hijacking instead create new one technique. C++ example.
[https://cocomelonc.github.io/tutorial/2021/11/23/malware-injection-6.html](https://cocomelonc.github.io/tutorial/2021/11/23/malware-injection-6.html)