https://github.com/cocomelonc/2021-12-11-malware-injection-11
Code injection via NtOpenProcess and NtAllocateVirtualMemory
https://github.com/cocomelonc/2021-12-11-malware-injection-11
Last synced: 12 days ago
JSON representation
Code injection via NtOpenProcess and NtAllocateVirtualMemory
- Host: GitHub
- URL: https://github.com/cocomelonc/2021-12-11-malware-injection-11
- Owner: cocomelonc
- Created: 2021-12-13T06:59:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T08:14:53.000Z (over 3 years ago)
- Last Synced: 2025-04-01T10:36:21.332Z (about 1 month ago)
- Language: C++
- Size: 21.5 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code injection via NT API functions.
Simple injection technique via NT API functions. C++ malware example.
[https://cocomelonc.github.io/tutorial/2021/12/11/malware-injection-11.html](https://cocomelonc.github.io/tutorial/2021/12/11/malware-injection-11.html)