Hook

所属分类:钩子与API截获
开发工具:Visual C++
文件大小:778KB
下载次数:76
上传日期:2007-11-25 19:08:54
上 传 者kinyonwa
说明:  钩子(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.)

文件列表:
Hook\Hook.cpp (1741, 2004-12-02)
Hook\Hook.dsp (4320, 2004-12-02)
Hook\Hook.dsw (533, 2004-12-02)
Hook\Hook.h (1039, 2004-12-02)
Hook\Hook.ncb (50176, 2004-12-02)
Hook\Hook.opt (48640, 2004-12-02)
Hook\Hook.plg (1196, 2004-12-02)
Hook\StdAfx.cpp (291, 2004-12-02)
Hook\StdAfx.h (802, 2004-12-02)
Hook\Debug (0, 2007-11-25)
Hook (0, 2007-11-25)

======================================================================== DYNAMIC LINK LIBRARY : Hook ======================================================================== AppWizard has created this Hook DLL for you. This file contains a summary of what you will find in each of the files that make up your Hook application. Hook.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. Hook.cpp This is the main DLL source file. Hook.h This file contains your DLL exports. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named Hook.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者