搜索资源列表
catwork0601
- 1、我想调用 SetWindowsHookEx 来设置 WH_CBT 钩子,但我了解到 MFC 也安装了这个钩子,也就是在一个线程中安装了两次 WH_CBT,这样做能行吗? 2、我正在将一个现有的 C++ 类库转换为托管扩展,以便能在 .NET 框架客户端使用它们。我的代码调用了 API 函数,这些函数需要当前运行模块的 HINSTANCE。我不想使用我的 DLL 的 HINSTANCE;我想让调用者提供 EXE 的 HINSTANCE,该 EXE 调用我的 DLL。我能将 HINST
api
- codeproject上的API HOOK相关文档整理稿
keyinputrecord
- 利用API钩子实现简单的截获IE中的键盘输入并且记录到文本文档中-The use of API hook to achieve a simple IE intercepted and recorded in the keyboard input to text document
DetourDevelopmentKitforMicrosoftResearchAPIinterce
- 微软研究院Detour开发包之API拦截技术,一个详细的分析文档!-Detour Development Kit for Microsoft Research API interception technology, a detailed analysis of the document!
HiddenDirectory
- 该文档介绍了用NT驱动程序来拦截NTAPI来实现彻底隐藏文件和目录的目的。NT下有一个文件NTDLL.DLL,大部分NTAPI都是在这个库中封装的。其中实现查找文件和目录的API接口是ZwQueryDirectoryFile,所以我们只要拦截这个API的话,文件和目录就可以完全隐藏了!-This document describes the use of NT driver to intercept NTAPI to achieve completely hidden files and dir