搜索资源列表
winhack-vb
- Hook message Hook message
globalHook.rar
- 全局钩子的一个例子,能截获CBT_Active消息,对该窗口的标题进行修改,对了解钩子有很好的作用,An example of the global hook that can intercept CBT_Active message, the title of the window changes to the understanding of the role of good hook
DetourHook
- detour的api hook方法, 实现了进程hook,消息hook等。-detour api hook method. realize the process hook, message hook etc.
Hook
- 窗口消息钩子,此程序用于侦听应用程序的窗口消息-Window message hook, this procedure for the listening application window message
getMesseageHook
- 枚举系统中的全局消息钩子,网上有c和vb版的,把它转成了delphi-Enumeration in the system global message hook, on-line with c, vb version, turn it into delphi
Hook
- JJ斗地主封包的截获与解密函数,使用勾子,消息,内存共享.-JJ Landlords packet interception and decryption function, using the hook, the message, the memory sharing.
VB
- 获得句柄容易,用GetCursorPos和WindowFromPoint就可以,但截获消息有点难,因为不在一个内存地址空间里。 用钩子 全局鼠标钩子。 -Get a handle easily, with GetCursorPos and WindowFromPoint can, but intercepted the message a bit difficult, because not a memory address space. Global mouse hook with
ApiHook
- hook 示例,截获系统消息,根据自己的情况处理-hook example, the interception system message, according to their own situation handling
NotepadHook2
- 消息钩子调用, 打开记事本时, 记录消息到文件c:\key.log-Message hook called, open Notepad, the log messages to a file c: \ key.log
Hook
- 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
MessageHooker
- hook钩子的用法,很全面,勾住键盘消息和鼠标消息,学习的好例子-message hook
ImmKeyLog_src
- hook钩子的用法,很全面,勾住键盘消息和鼠标消息,学习的好例子-message hook
hook
- VBAPIHooker - API拦截类(这是主角,它需要用到以下三个类) VBMemoryAllocator - 内存分配管理类 VBPEFnLocator - PE文件导入/导出函数定位类 VBMiniWindow - 迷你消息窗口类-VBAPIHooker- API interception type (which is the main character, it needs to use the following three categories) VB
CBTHook
- 利用HOOK原理,安装WH_CBT钩子,可以得到系统通知消息-HOOK principle use, installation hook WH_CBT, system notification message can be
HookMouse
- 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
HookStDn
- hook拦截关机消息,包括测试例子,对初学者非常有用-shutdown hook to intercept the message, including test cases, is very useful for beginners
hook3
- Using spy + + to mimic the hook message
DelphiHook
- Hook Windows All message
HOOK-API
- hook消息框,对弹出消息进行过滤和修改的易语言源码-hook the message box on the pop-up message is easy to filter and modify the source language
hook
- 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。该代码包含较为全面的示例。(Hook (Hook), Windows message processing mechanism is a platform, applications can be set on the procedure to mo