文件名称:Hook
- 所属分类:
- 钩子与API截获
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 778kb
- 下载次数:
- 0次
- 提 供 者:
- 程*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
钩子(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.
动态链接库编程编译、链接生成的*.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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Hook
....\Debug
....\Hook.cpp
....\Hook.dsp
....\Hook.dsw
....\Hook.h
....\Hook.ncb
....\Hook.opt
....\Hook.plg
....\ReadMe.txt
....\StdAfx.cpp
....\StdAfx.h
....\Debug
....\Hook.cpp
....\Hook.dsp
....\Hook.dsw
....\Hook.h
....\Hook.ncb
....\Hook.opt
....\Hook.plg
....\ReadMe.txt
....\StdAfx.cpp
....\StdAfx.h