搜索资源列表
FU_Rootkit
- hide processes, elevate process privileges, fake out the Windows Event Viewer so that forensics is impossible, and even hide device drivers (NEW!) All this without any hooking.
TrackUserIdle_src
- The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing ar
Password-Viewer
- Password Viewer是个简易的密码查看器,原理是通过截获文本框的导出事件,实现文本框中密码隐藏字符能够明码显示;-Password Viewer is a simple password viewer, works by intercepting the text box to export the event to achieve the password text box to clearly display hidden characters
VC_Mouse_Hook_intercept_mouse_control_source_event
- VC++鼠标Hook截获鼠标移开事件含控件源码VC + + Mouse Hook intercept the mouse away with the control source event-VC++ Mouse Hook intercept the mouse away with the control source event
dhtmlhook_demo
- 截获DHTML中控件和控件事件的程序- Intercepts in DHTML to control and to control an event the procedure
mousehook3
- 截获鼠标移动事件的钩子例子- Intercepts the mouse to move the event the clasp example
rawinput_src
- Raw input device. // Create a new InputDevice object, get the number of // keyboards, and register the method which will handle the // InputDevice KeyPressed event -Raw input device. // Create a new InputDevice object, get t
HookMouse
- 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
HOOKstudy
- hook 手册 Windows系统是以消息处理为其控制机制,系统通过消息为窗口过程(windows procedure)传递输入。系统和应用两者都可以产生消息。对于每个输入事件,例如用户按下了键盘上的某个键、移动了鼠标、单击了一个控件上的滚动条,等等,系统都将产生一系列消息-hook Manual Windows message handling system is based on its control mechanism, system, through the message to th
TestMouseHook
- 屏蔽鼠标和按键,可以学习一下Hook编程的有趣性-escape mouse and keyboard event
KeyMouseHook
- .NET框架下一个键盘鼠标钩子的完全封装。当截获事件后,会引发.NET框架的窗体标准键盘、鼠标事件,非常容易操作。使用的语言为Visual Basic.NET-. NET under the framework of a keyboard and mouse hook complete package. When the intercepted event, it will trigger. NET Framework form the standard keyboard, mouse even
AutoMatism
- 记录键盘鼠标事件,事件保存于数据库. 数据库与数据表可以创建-Record keyboard and mouse events, the event stored in the database. Database and data tables can be created
cs7_gl2
- 对鼠标滚轮事件进行处理,钩子方式,对鼠标滚轮事件进行处理,钩子方式-On the mouse wheel event processing
Mousemoved
- 易语言源代码,鼠标移入移出事件,本代码可用于学习易语言的鼠标控制API事件-Easy language source code, the mouse moved out of the event, the code can be used to control the mouse easy language to learn API event
MouseScreen
- 一个Hook鼠标单击事件来截图的程序,只要在ini里面设置了目标程序的标题或者类名,就可以使用本工具来Hook截图了,工具会将截图自动生成bmp文件在文件夹下-Hook the mouse click event to a screenshot of the program, as long as the target in the ini settings inside the program title or category name, you can use this tool to H
Win_HOOK
- Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
HookTest
- 界面程序测试hook dll 截获键盘鼠标事件 F2退出hook-Intercept test program interface hook dll hook keyboard and mouse out event F2
lainline_log
- autoit v3 制作 lainline 界面事件记录工具 记录以下事件 :1窗体创建 2消减窗体 3鼠标左击 4鼠标右击 5鼠标双击 6键盘事件 7鼠标拖动 8滚轮上滚 9滚轮下滚 10滚轮按下 截图 11鼠标图标改变 12窗体焦点变化 网页格式保存 版本信息 多语言支持 回放 13窗口显示 14窗口隐藏 15控件焦点变化-autoit v3 interface, event logging tools ma
vb web browser hunter
- vbWebBrowserHunter 跨进程获取webbrowser对象,且可响应相应事件-vbWebBrowserHunter cross-process access webbrowser object can respond to the event
mouse-event
- Emulating mouse event (clciks, movement x,y )using Windows API. Codes tested and working.