Welcome![Sign In][Sign Up]
Location:
Search - message hook

Search list

[Hook apiwinhack-vb

Description: Hook message Hook message
Platform: | Size: 82233 | Author: hyf | Hits:

[Hook apiHook

Description: 钩子(hook)是Windows消息处理机制的一部分,用户应用程序设置钩子后就可截获所有Windows系统消息。钩子安装成功后就可通过钩子的过程处理函数处理所截获的消息。通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。钩子安装后会对系统产生一定的影响。因此在使用完钩子后应及时将其释放掉。 动态链接库编程编译、链接生成的*.dll和*.lib文件可供其他调用DLL的应用程序使用。 -Hook (hook) is a Windows message processing part of the mechanism, the user application settings can be intercepted after the hook all Windows system message. After the success of hook can be installed through the process of hook handler to deal with the intercepted message. Usually hook the installation and handling functions on the dynamic link library for the system call for each process. Hook after the installation of the system have a certain impact. Therefore, after you are finished using the hook should be released promptly lost. Dynamic Link Library programming compiler, link-generated*. dll and*. lib files for other applications that call the DLL to use.
Platform: | Size: 796672 | Author: 程娃 | Hits:

[Hook apiMessageHook

Description: Windows消息钩子,拦截指定程序的任何消息,值得下载保存.-Windows message hook to intercept any information specified procedures, it is worth downloading preservation.
Platform: | Size: 185344 | Author: 田博 | Hits:

[Hook api24

Description: 个性MessageBox,利用hook消息钩子的方法,获取消息框的句柄,并且对之进行个性化!-Personalized MessageBox, using hook message hook method to obtain a handle to the message box, and personalize it!
Platform: | Size: 55296 | Author: yeqing | Hits:

[Hook apihook

Description: 消息钩子函数入门篇,详细介绍如何实现消息钩子,非常好的东西!-Message hook function entry-articles, details on how to realize the news hook, very good thing!
Platform: | Size: 169984 | Author: 章永辉 | Hits:

[Hook apiProject1

Description: 一个消息HOOK,真的很经典-A message HOOK, really classic
Platform: | Size: 1024 | Author: | Hits:

[VC/MFCHook

Description: Windows消息在系统及应用程序的运行中起着关键的作用,每一次键盘、鼠标的点击 都会有消息的传递,应用程序通过对消息的响应来实现与用户的交互。钩子(Hook)函数作为Win— dows编程中的一种强有力的工具,可以有效地截获Windows系统内部传递的消息,在消息到达目标窗 1:7的处理函数之前先对消息做出相应处理,从而实现对应用程序的监视与控制。文中描述了Windows 消息的构成,介绍了Hook函数的安装、释放及类型,最后介绍了一个Hook函数实现应用程序操作的 捕捉的实例。-Windows messages in the system and applications running in a critical role to play, every keyboard, mouse clicks, there will be transmission of messages, the application of information in response to realize the interaction with the user. Hook (Hook) function as a Win-dows of a powerful programming tool that can effectively pass intercepted Windows system information in the message window to reach the goal of treatment 1:7 function before treatment of the news and make the corresponding in order to realize the application of surveillance and control. The article describes the Windows message composition, introduction of the Hook function to install, release and type, and finally introduce a function realize Hook applications to capture examples of the operation.
Platform: | Size: 183296 | Author: jiny | Hits:

[Hook apiwinhack-vb

Description: Hook message Hook message-Hook message Hook message Hook message
Platform: | Size: 81920 | Author: hyf | Hits:

[Hook apiHOOK

Description: 提供一个键盘HOOK免费下载,吃掉键盘消息.-HOOK keyboard to provide a free download, eat a keyboard message.
Platform: | Size: 5120 | Author: yyzhan1222 | Hits:

[Windows DevelopHook

Description: 窗口消息钩子,此程序用于侦听应用程序的窗口消息-Window message hook, this procedure for the listening application window message
Platform: | Size: 43008 | Author: hjg008 | Hits:

[OS programHook

Description: 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中,这样才能被各种相关联的应用程序调用。在WINDOWS中,日志钩子是个很特别的钩子,它只有全局钩子一种,是键盘鼠标等输入设备的消息在系统消息队列被取出时发生的,而且系统中只能存在一个这样的日志钩子,更重要是,它不必用在动态链接库中,这样可以省却了为安装一个全局钩子而建立一个动态链接库的麻烦。利用日志钩子,我们可以监视各种输入事件,下面的示例可以用来记录键盘的输入,当有按键发生时,自动记录按键动作的日期和时间以及当前激活的窗口名称。 根据网上教程编写并调试通过.-WINDOWS hook are message handling mechanism in a point, by installing a variety of hooks, the application can set the appropriate subroutine to monitor the messaging system, as well as the message arrive at these objectives deal with them before the window. A lot of the type of hook, each hook can be intercepted and processed the corresponding message, such as a keyboard hook keyboard can be intercepted message, the mouse can be intercepted mouse message hook, hook shell can be intercepted by the application to start and turn off the message, log hook can monitor and record input case. Hook into thread-specific hook and global hook, thread-specific hook to monitor only the specified thread, it is necessary to monitor the system all the threads must be used in the overall hook. The overall hook, hook function must be included in a separate dynamic-link library (DLL), this can be a variety of applications associated call. In WINDOWS, the log is a very special hook the hook, it is only a
Platform: | Size: 206848 | Author: changyou | Hits:

[Windows Develophook

Description: VBAPIHooker - API拦截类(这是主角,它需要用到以下三个类) VBMemoryAllocator - 内存分配管理类 VBPEFnLocator - PE文件导入/导出函数定位类 VBMiniWindow - 迷你消息窗口类-VBAPIHooker- API interception type (which is the main character, it needs to use the following three categories) VBMemoryAllocator- memory allocation and management VBPEFnLocator- PE file import/export function category positioning VBMiniWindow- mini-message window class
Platform: | Size: 60416 | Author: soul | Hits:

[OS programgetMesseageHook

Description: 枚举系统中的全局消息钩子,网上有c和vb版的,把它转成了delphi-Enumeration in the system global message hook, on-line with c, vb version, turn it into delphi
Platform: | Size: 7168 | Author: 9908006 | Hits:

[Hook apihook3

Description: Using spy + + to mimic the hook message
Platform: | Size: 1149952 | Author: desimu | Hits:

[Driver DevelopDelphiHook

Description: Hook Windows All message
Platform: | Size: 908288 | Author: trt | Hits:

[Sniffer Package captureHook

Description: JJ斗地主封包的截获与解密函数,使用勾子,消息,内存共享.-JJ Landlords packet interception and decryption function, using the hook, the message, the memory sharing.
Platform: | Size: 2048 | Author: hjf | Hits:

[e-languageHOOK-API

Description: hook消息框,对弹出消息进行过滤和修改的易语言源码-hook the message box on the pop-up message is easy to filter and modify the source language
Platform: | Size: 2048 | Author: godome | Hits:

[Hook apiDetourHook

Description: detour的api hook方法, 实现了进程hook,消息hook等。-detour api hook method. realize the process hook, message hook etc.
Platform: | Size: 771072 | Author: fenzhengrou | Hits:

[Windows DevelopVB

Description: 获得句柄容易,用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 the hook.
Platform: | Size: 7168 | Author: xx | Hits:

[Hook apihook

Description: 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。该代码包含较为全面的示例。(Hook (Hook), Windows message processing mechanism is a platform, applications can be set on the procedure to monitor some messages of specified window, and the monitoring window can be created by other processes. When the message arrives, handle it before the target window handler. Hook mechanism allows applications to intercept window messages or specific events. This code contains a comprehensive sample.)
Platform: | Size: 462848 | Author: riqmany | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net