资源列表
Hook_NTCreateProcessEx
- NtCreateProcessEx(HookAPI)
moni_jianpan
- vc模拟键盘操作的程序源码,值得一看,很不错!-vc simulate keyboard operation of the program source code, worth a visit!
76706
- API HOOK非常好的工具,简单易工,大家都来用,用用就好,用用就好,哈
delphi-hook-other
- 实现了另一种hook方法得到*,仅供参考,请勿用在非法途径-Another hook method to get keyloggers, for reference only, do not used in the illegal channels
hookdll
- 一個用delphi hook住 ntopenprocess 的dll 示列-Delphi hook with a live show ntopenprocess out of the dll
KeyDll
- 感谢卢蓓蓓同志与2005年给我们共享了该份钩子文档,功能:能实现基本键盘按键的功能锁定,组合键不能屏蔽,是该段代码的缺点,有兴趣者,可通过简要修改实现组合键的屏蔽-Comrade Lu Beibei and 2005 thanks to our shared copies of the hook of the document, function: can realize the function of basic keyboard key lock, combination of keys c
inline-hook
- 1. Hook之前的准备工作之一。 在这个软件中,总共hook了15个native api 函数。他们分别是: ZwOpenKey , ZwClose, ZwQueryValueKey, ZwDeleteKey, ZwSetValueKey, ZwCreateKey, ZwDeleteValueKey. ZwEnumerateValueKey,ZwRestoreKey, ZwReplaceKey, ZwTerminateProcess, ZwSetSecurityObject, Zw
WindowsRootkit
- Windows Rootkit隐藏技术研究 hook钩子-Windows Rootkit
KeyHook
- 键盘钩子,截获键盘,模拟按键自动输入内容-Keyboard hook to intercept keyboard input analog button automatically
win_hooks
- python实现windows钩子函数的功能演示 SetWindowsHookExW-python for win32 hooks SetWindowsHookExW
anit
- Windows应用程序是基于消息驱动的,任何线程只要注册窗口类都会有一个消息队列用于接收用户输入的消息和系统消息。为了拦截消息,Windows提出了钩子的概念。钩子(Hook)是Windows消息处理机制中的一个监视点,钩子提供一个回调函数。当在某个程序中安装钩子后,它将监视该程序的消息,在指定消息还没到达窗口之前钩子程序先捕获这个消息。这样就有机会对此消息进行过滤,或者对Windows消息实现监控。-Windows application is based on the message-dri
hookdemo
- delphi下 系统编程 钩子函数的调用