资源列表
HookProtectProcessLib
- 防止进程被结束 任务管理器的“结束任务”实际上就是强制终止进程,它所使用的是一个叫做TerminateProcess()的Win32 API函数以下是此函数的定义(Prevent the process from being terminated The task manager's end task is actually a forced termination of the process. It uses a Win32 API function called Terminate
readkey
- 键盘钩子发音程序,当按一个键时,可以读出所铵的是什么键!-Keyboard hook pronunciation program, when you press a key, can read what is the key ammonium!
Hoox
- Hi here is my source file for windows hooking enjoy :P
WarKey
- 在MFC中通过键盘钩子实现魔兽改建的改建助手,还有实现超链接-In MFC achieved through the keyboard hook Warcraft alterations alterations aides, as well as to achieve a hyperlink
sourceifiles
- 此压缩文件中包含了5个基于VC++的程序,包括:计算机监测(netbios sniffer)、键盘钩子(keyhook)、注册表修改(regist)、windows后门(windows)、服务通信(PublicNetSoft)。-this compressed file contains five VC-based procedures, including : computer monitoring (netbios sniffers), keyboard hook (keyhook), th
KinectDepth3D
- Kinect for Windows SDK v2.0 以3D方式显示深度帧-Kinect for Windows SDK v2.0 Depth in 3D display frame
kill_script
- c++编写,用于找到某标题的窗口的句柄,并在几秒内将该窗口强制关闭的脚本。可用于防止打开某应用,如-kill some window
Projects
- 全局钩子实例,注意:Alt+F11退出程序,否则无法退出!-Global hook example, note: Alt+ F11 to exit the program, or can not quit!
Rootkits_Windows
- Rootkits_Windows内核的安全防护是rootkits subverting the windows kernel的中文版本-Security Rootkits_Windows kernel rootkits, subverting the Chinese version of the Windows kernel
InnerHook
- MFC 钩子截获鼠标和键盘(空格,回车)响应 g_hMouse = SetWindowsHookEx(WH_MOUSE,MouseProc,NULL,GetCurrentThreadId()) -MFC hook intercepting mouse and keyboard (space, Enter) response
remoteinject
- dll远程注入,Hook 拦截消息和api,测试成功,修改期望拦截的api就可以了-dll remote injection, Hook intercept messages and api, test, modify the desired intercept api it
KeyHookApp
- 使用windows钩子实现键盘监控程序。-Use windows hooks Keyboard control procedures.