https://github.com/cocomelonc/2022-02-01-malware-injection-16
Process injection via hunting RWX memory. C++ malware
https://github.com/cocomelonc/2022-02-01-malware-injection-16
Last synced: 12 days ago
JSON representation
Process injection via hunting RWX memory. C++ malware
- Host: GitHub
- URL: https://github.com/cocomelonc/2022-02-01-malware-injection-16
- Owner: cocomelonc
- Created: 2022-02-02T10:19:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T04:45:28.000Z (about 3 years ago)
- Last Synced: 2025-04-01T10:36:20.274Z (about 1 month ago)
- Language: C++
- Size: 20.5 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Process injection via RWX-memory hunting.
Simple process injection by enum process, hunting RWX-memory and inject payload. C++ malware implementation example.
[https://cocomelonc.github.io/tutorial/2022/02/01/malware-injection-16.html](https://cocomelonc.github.io/tutorial/2022/02/01/malware-injection-16.html)