https://github.com/cocomelonc/2021-12-06-malware-injection-9
DLL injection to another process via undocumented NtCreateThreadEx
https://github.com/cocomelonc/2021-12-06-malware-injection-9
Last synced: 12 days ago
JSON representation
DLL injection to another process via undocumented NtCreateThreadEx
- Host: GitHub
- URL: https://github.com/cocomelonc/2021-12-06-malware-injection-9
- Owner: cocomelonc
- Created: 2021-12-06T18:12:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T07:09:59.000Z (over 3 years ago)
- Last Synced: 2025-04-01T10:36:24.410Z (about 1 month ago)
- Language: C++
- Size: 132 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DLL injection via NtCreateThreadEx.
Simple DLL injection via undocumented NtCreateThreadEx. C++ malware example.
[https://cocomelonc.github.io/tutorial/2021/12/06/malware-injection-9.html](https://cocomelonc.github.io/tutorial/2021/12/06/malware-injection-9.html)