搜索资源列表
KeyHook
- 利用Windows Hook技术监控计算机的使用-Windows Hook computer technology to monitor the use of
Hook-Driver-by
- windows ndis钩子程序,用于防火墙、vpn、nat、网络驱动等软件的开发。-hook procedures for firewall, VPN, nat, network drives, such as software development.
basic_1.zip
- windows hook 的好例子,Windows内核的安全防护,windows hook driver
HookSocket.rar
- 另外一个Hook Socket的例子,经本人修改过,Hook Socket another example, after I modified
SSDT-hook
- Windows内核态SSDT-hook实现进程隐藏和文件隐藏,代码很规整,学习内核编程的好例子 -a good example of studying kernel programing or driver developing, SSDT hook
hook
- Windows 钩子函数 屏蔽win键响应-Windows hook keyboard
windows-hook
- 使用windows hook获取系统密码,使用windows hook获取系统密码-windows hook windows hook windows hook windows hook windows hook windows hook
basic_hardware
- windows hook 的好例子,Windows内核的安全防护-windows hook
migbot
- windows hook 的好例子,Windows内核的安全防护-windows hook
SysEnterHook
- windows hook 的好例子,Windows内核的安全防护-windows hook
hookvs2008
- 用VC2008编写的Windows hook 例程。-VC2008 prepared using Windows hook routines.
HOOK
- 详细解答了windows 钩子在delphi开发环境下的使用-Detailed answers to the windows hook delphi development environment in the use of
windows_hook
- windows hookHOOK API是指截获特定进程或系统对某个API函数的调用,使得API的执行流程转向指定的代码。Windows下的应用程序都建立在API函数至上,所以截获API是一项相当有用的技术,它使得用户有机会干预其它应用程序的程序流程。-HOOK API是指截获特定进程或系统对某个API函数的调用,使得API的执行流程转向指定的代码。Windows下的应用程序都建立在API函数至上,所以截获API是一项相当有用的技术,它使得用户有机会干预其它应用程序的程序流程。
Hook
- Hook engines for windows support Patch, AIT,EAT, Debug by int 3. Enable\Disable hook.
windows-hook
- windows hook sample and library very usefull
Global_Hook
- 通过代码示例介绍如何实现Windows系统的全局hook钩子。(Through the code example, describes how to implement the global hook hook of the Windows system)
API Hook完全手册
- API HOOK技术是一种用于改变API执行结果的技术,Microsoft 自身也在Windows操作系统里面使用了这个技术,如Windows兼容模式等。(API HOOK technology is a technique used to change the execution results of API, and Microsoft itself uses this technology in Windows operating systems, such as Windows comp
HOOKAPIS
- windows HOOK 消息 读写 文件(Windows HOOK message read and write file)
hook
- 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。该代码包含较为全面的示例。(Hook (Hook), Windows message processing mechanism is a platform, applications can be set on the procedure to mo
HOOK DEMO
- 网络、注册表、加密解密、弹出框、文件API hook代码示例