资源列表
[钩子与API截获] mir2HOOKcode
说明:#if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define WIN32_LEAN_AND_MEAN #define LOGFILE "C:\\hookwsock.log" #include "stdio.h" #include #include /*// IEXPLORE Droiyan Online "IEfr a me" #<liuchao> 在 2025-07-22 上传 | 大小:2kb | 下载:0
[钩子与API截获] MouseHookprog
说明:鼠标钩子编程,, 如何实现鼠标钩子编程.本实例包含了鼠标钩子的DLL工程.-Mouse hook programming, how to hook the mouse programming. This example contains the mouse hook the DLL project.<gyzeng> 在 2025-07-22 上传 | 大小:122kb | 下载:0
[钩子与API截获] HookDevice
说明:监视设备(软盘,U盘,CD-ROM)的插入和移除操作(.dll)。大家可以在这基础上不断扩展功能。-Surveillance equipment (floppy disk, U disk, CD-ROM) of the insert and remove operation (. Dll). We can build on this foundation to expand functionality.<Lambert> 在 2025-07-22 上传 | 大小:17kb | 下载:0
[钩子与API截获] all_kinds_of_hooks
说明:一个很全面的钩子程序,包含了鼠标等所有的钩子应用.-Hook a very comprehensive program, including the mouse, such as the application of all of the hook.<jason> 在 2025-07-22 上传 | 大小:171kb | 下载:0
[钩子与API截获] driver
说明:用DDDK编写驱动,修改SSDT表HOOK NTDebugActiveProcess函数 钩子函数中可以判断PID号,决定是否放行,放行则在钩子函数中调用原来的NTDebugActiveProcess函数.否则直接返回False.HOOK成功后所有调用DebugActiveProcess的程序将会失效.当然可以按照你的需要HOOK更多的系统服务函数.同一服务函数的服务号在每个操作系统版本中是不同的.下面附件中编译完成的驱动请在WinXP SP2的环境下测试.否则可能会导致直接重启-Used<张京> 在 2025-07-22 上传 | 大小:3kb | 下载:0
[钩子与API截获] HookExplorerSrc
说明:Hook Explorer SourceCode 支持查找系统内的全局钩子 VB完整源代码 VB编写的反hook代码比较少见 这个是难得的一个精品-Hook Explorer SourceCode support system to find the overall integrity of the hook VB source code VB code to prepare the anti-hook relatively rare this is a rare qualit<张京> 在 2025-07-22 上传 | 大小:62kb | 下载:0
[钩子与API截获] hookntcontinue
说明:ring0--hook NtContinue+source_code ring0下面hookNtContinue 使用drx7寄存器实现的hook this code hooks ntoskrnl!NtContinue to set dr7 to 0 (no updating of dr7) so NtContinue called from ring3 cannot alter drX registers... This hook will only PREVENT dr<张京> 在 2025-07-22 上传 | 大小:6kb | 下载:0