资源列表
GDI
- 截获当前的屏幕,并创建一个全局钩子,获取当前光标所在位置,在截屏上显示光标,和光标特效-Intercepted the current screen, and create a global hook to get the current cursor position on the screen shots show the cursor and cursor effects
TestMsgBox
- 通过系统HOOK(WH_CBT),在中文操作系统实现弹出对话框界面上按钮显示中文(如“确定”显示为“OK”)-In Chinese OS,Pop-Dialog Button display English By WH_CBT Hook.
ASP_jiekou
- 这是一个短信平台搭建的ASP接口,语言采用的是VBscr ipt,有兴趣的朋友可以下载。-This is a messaging platform to build an ASP interface, the language used is VBscr ipt, and friends who are interested can download.
PYTHON.globalhook.2012-07-30
- pyhook example that attempts to copy discontinued google ctrl ctrl search a-pyhook example that attempts to copy discontinued google ctrl ctrl search app
Mouse-hook-procedures
- 一个简单的鼠标钩子程序 -Mouse hook procedures
MourceHook
- Delphi实现的一个无DLL钩子例子,很好的一个例子,无须增加DLL即可实现-Delphi implement Hook mource
quanjugouzizhichiku
- 易语言全局钩子支持库 -Yi language global hook support library
Gamehack-src
- 对游戏进行变速,内含源码和例子, -change game speed
Accelerate
- 系统变速的源码,很简单,使用的是ms detour库进行hook api 来实现变速的功能-The source of the variable speed system, very simple, using ms detour library hook api to achieve the function of the variable speed
dllRecAnyCall
- 使用api hook 实现对skype的通话录音,源码详细介绍了hook和部分音频操作的方法,希望对有需要的同学有帮助-Api hook on the skype call recording, the source detailed introduction to the hook and some audio operation, hoping to help needy students
iathook33
- 一个利用dll导入表修改来实现hook的方法,方法很好,能监视很多函数-Dll import a modified hook method, a very good method that can monitor many functions
ZyComHookSample
- IFileOperation COM HOOK代码实例 WIN7系统在explorer.exe中操作文件都是调用IFileOperation COM接口,因此通用方法HOOK Win32 API 如DeleteFile就失去了作用 该实例成功HOOK到了NewItem、RenameItem、RenameItems、MoveItem、MoveItems、CopyItem、CopyItems、DeleteItem、DeleteItems等接口 备注: google您可以找到有关com