代码搜索:Hook
找到约 4,473 项符合「Hook」的源代码
代码结果 4,473
www.eeworm.com/read/292119/8376584
dll hook.dll
www.eeworm.com/read/391405/8405130
cpp hook.cpp
#include "posturl.h"
#include "code.h"
#include "sockstrs.h"
// Function pointers to the Debug/Trace DLL entry points
static LPFNWSANOTIFY PreApiNotifyFP = NULL;
static LPFNWSANOTIFY PostApiNo
www.eeworm.com/read/291130/8440397
lib hook.lib
www.eeworm.com/read/291130/8440818
dll hook.dll
www.eeworm.com/read/291120/8441500
dll hook.dll
www.eeworm.com/read/188852/8510666
h hook.h
/*
InterruptHook
Copyright (C) 2003 Alexander M.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the F
www.eeworm.com/read/188852/8510681
c hook.c
/*
InterruptHook
Copyright (C) 2003 Alexander M.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the F
www.eeworm.com/read/187611/8621083
h hook.h
#ifndef QQTAILAPI
#define QQTAILAPI __declspec(dllimport)
#endif
QQTAILAPI BOOL WINAPI SetHook(HWND hQQ);
www.eeworm.com/read/187611/8621089
c hook.c
#include
#define QQTAILAPI __declspec(dllexport)
#include "Hook.h"
// 定义共享数据段
#pragma data_seg("shared")
HHOOK g_hProc = NULL; // 窗口过程钩子句柄
HHOOK g_hKey = NULL; // 键盘钩子句柄
HWND g_hRic