https://github.com/cocomelonc/2022-01-14-malware-injection-13
Code injection via ZwCreateSection, ZwUnmapViewOfSection. C++ example
https://github.com/cocomelonc/2022-01-14-malware-injection-13
Last synced: 13 days ago
JSON representation
Code injection via ZwCreateSection, ZwUnmapViewOfSection. C++ example
- Host: GitHub
- URL: https://github.com/cocomelonc/2022-01-14-malware-injection-13
- Owner: cocomelonc
- Created: 2022-01-16T16:56:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T12:57:48.000Z (over 3 years ago)
- Last Synced: 2025-04-01T10:36:21.569Z (about 1 month ago)
- Language: C++
- Size: 24.4 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code injection via ZwCreateSection (sections technique).
Simple injection via NT API ZwCreateSection, NtMapViewOfSection, ZwCreateThreadEx functions. C++ malware example.
[https://cocomelonc.github.io/tutorial/2022/01/14/malware-injection-13.html](https://cocomelonc.github.io/tutorial/2022/01/14/malware-injection-13.html)