windows hook技术简单实例(zz)
First, create a DLL which handles hooking the functions. This example below hooks the socket send and receive functions#include <windows.h>#include <detours.h>#pragma comment( lib, ...