HookImport_src

所属分类:钩子与API截获
开发工具:Visual C++
文件大小:6KB
下载次数:54
上传日期:2006-01-24 11:49:51
上 传 者iojj
说明:  Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process.
(MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ())

文件列表:
HookImportFunction.cpp (8660, 1999-11-24)
HookImportFunction.h (892, 1999-11-24)
HookImportFunction.htm (6871, 1999-11-24)

近期下载者

相关文件


收藏者