搜索资源列表
keyboardHook
- 禁止Windows的键盘程序,生成dll文件,通过简单函数调用可以禁止或者允许特殊键盘消息的屏蔽
lowlevelhook
- C++全局鼠标钩子,调用WinAPI,生成DLL文件
AheadLib
- AheadLib 是用来生成一个特洛伊DLL的工具,用于分析DLL中的函数参数调用(比如记录Socket send了什么等等)、更改函数功能(随心所欲了:)、更改界面功能(比如在Hook里面生成一个按钮,截获事件等等)。-AheadLib is used to generate a DLL Troy tool for the analysis of DLL function call parameters (such as records of what Socket send etc.), c
Hookmouse
- 一款不错的VC++鼠标钩子程序,打开本程序后,鼠标主到打开的任一窗口的标题栏上,该窗口的信息就会显示在钩子程序里显示,和以往的鼠标钩子有点区别。程序一共分两部分,一部分是Mousehook.dll的源程序,另一部分则是调用些DLL生成的钩子程序。-A good VC++ mouse hook procedure, open the program, the mouse to open any of the main window title bar, the window information
KEYBOARD_HOOK
- 键盘钩子,一个是生成钩子DLL的,一个是对其调用,C++ Builder ,学习资料,6。0版本以上-Keyboard hook, a hook DLL is generated, and one of its call, C++ Builder, learning materials, 6.0 version of the above
Detours-3.0-Express
- 微软Detours钩子库的DLL版。采用VS2012重新编译,生成stdcall的DLL,方便其他开发工具调用。已经测试了可以在Delphi中调用成功。-Microsoft Detours hook API, DLL version . Recompiled using VS2012 to generate stdcall functions, facilitate other development tools called. Have tested can be successfully i