https://github.com/cocomelonc/2021-12-13-malware-injection-12
Code injection via utilizing sections for malicious code execution
https://github.com/cocomelonc/2021-12-13-malware-injection-12
Last synced: 3 months ago
JSON representation
Code injection via utilizing sections for malicious code execution
- Host: GitHub
- URL: https://github.com/cocomelonc/2021-12-13-malware-injection-12
- Owner: cocomelonc
- Created: 2021-12-14T17:54:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T08:04:56.000Z (over 3 years ago)
- Last Synced: 2025-04-11T03:53:01.975Z (3 months ago)
- Language: C++
- Size: 432 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code injection via sections technique.
Simple injection via NT API NtCreateSection, NtMapViewOfSection, RtlCreateUserThread functions. C++ malware example.
[https://cocomelonc.github.io/tutorial/2021/12/13/malware-injection-12.html](https://cocomelonc.github.io/tutorial/2021/12/13/malware-injection-12.html)