https://github.com/cocomelonc/2022-04-02-malware-injection-18
Find kernel32 base and API addresses. Simple C++ implementation
https://github.com/cocomelonc/2022-04-02-malware-injection-18
Last synced: 12 days ago
JSON representation
Find kernel32 base and API addresses. Simple C++ implementation
- Host: GitHub
- URL: https://github.com/cocomelonc/2022-04-02-malware-injection-18
- Owner: cocomelonc
- Created: 2022-04-04T07:03:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T11:15:07.000Z (about 3 years ago)
- Last Synced: 2025-04-01T10:36:20.168Z (about 1 month ago)
- Language: C++
- Size: 30.3 KB
- Stars: 24
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Malware development tricks. Find kernel32dll base. C++ malware implementation.
Find kernel32.dll base via going around PEB + WinAPI functions call by hash. C++ malware implementation example.
[https://cocomelonc.github.io/tutorial/2022/04/02/malware-injection-18.html](https://cocomelonc.github.io/tutorial/2022/04/02/malware-injection-18.html)