An open API service indexing awesome lists of open source software.

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

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)