Brickster.net Logo

Windows API Hooks / DLL Injection in C++

Inline hooking of the Windows API

NOTE: This software is provided "as-is" with absolutely no warranty. Any use is at your own risk. Not intended for illegal purposes.


This tool describes a way of inline hooking Windows API functions by injecting a dynamic-link library. Comes with two example DLLs which hook MessageBoxA from user32.dll and sendto from wsock32.dll.

Puzzle IconDownload here


Windows API Hooks