This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| veh_hook Vectored Exception Handler hooking library | |
| Version: 24-March-2008 | |
| **/ | |
| #define WINVER 0x0501 | |
| #define _WIN32_WINNT 0x0501 | |
| #include <windows.h> | |
| #include "veh_hook.h" | |
| static veh_list_t* list = NULL; |