搜索资源列表
鼠标键盘记录和回放
- 使用HOOK实现鼠标键盘记录和回放
mouse hook 键盘和鼠标的钩子
- 用来锁定键盘和鼠标的钩子 采用了dll
hook.rar
- delphi delphi 鼠标键盘钩子,delphi 鼠标键盘钩子
HOOK
- 基于vc++,该程序会自动开机启动,运行后会全屏,屏蔽鼠标和键盘操作,但是按下F2键可退出,属于钩子程序-Based on vc++, the program will automatically boot and run after full-screen, mouse and keyboard screen, but pressing the F2 key to exit, is the hook program
hook
- 在vs2008下面测试通过 简单的实现了进程内的hook调用,和全局hook,hook部分简单的实现了屏蔽键盘和鼠标消息,后门为功能键F2,有详细的说明,适合入门研究学习 一共三个文件, v19e2_Hook.rar为全局hook程序块,v19e2_HookTest.rar为测试全局hook的程序,v20e1_innerHook.rar为在一个单独的进程内调用hook,-Simple implementation of the process, call the hook, and
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
Hook
- vc写的。钩子程序:运行时截获键盘鼠标信息,只有输入正确密码才可回复正常。-vc written. Hook procedure: run-time interception of keyboard and mouse information, only enter the correct password before they can return to normal.
Hook
- 通过钩子获取键盘鼠标事件,并将操作事件记录在文本。-Through the hook for keyboard and mouse events, and action events recorded in the text.
Hook
- 键盘记录钩子的两大应用;键盘钩子(分别记录字符输入,汉字输入),鼠标钩子(鼠标操作触发事件,键盘发声等),文件中包含五个完整工程,是学习钩子的很好资料。-Keyloggers hook the two applications keyboard hook (character input were recorded, Chinese character input), the mouse hook (trigger mouse events, keyboard sound, etc.), th
testHookdll
- vc下实现hook全局键盘鼠标事件的demo,hook到之后没有做具体操作。-vc under the overall implementation hook keyboard and mouse events demo, hook to NOT to do after the concrete operation.
hook
- 通过安装全局钩子屏蔽键盘鼠标消息,并把自己写到启动项。-Shielded by installing global hook keyboard and mouse messages, and to write their own boot entry.
InspectMine
- 挖地雷终结者,可以显示windows挖地雷游戏的地雷分布情况,用Hook编写,含一鼠标hook-Terminator digging mines, you can display windows digging mines mines the distribution of the game, with Hook prepared, containing a mouse hook
hook
- 用钩子实现记录用户键盘、鼠标操作并重现。-By hook users to achieve record keyboard, mouse operation and reproducibility.
Key-Mouse-Hook
- 这个程序提供了C#1.1,2.0,3.5下面的键盘和鼠标钩子,并提供一个模拟键盘和鼠标的示例程序。是不是通过它你就可以开发间谍程序呢?-This procedure provides the following C# 1.1,2.0,3.5 hook the keyboard and mouse, and to provide a simulation example of the keyboard and mouse procedures. Are not through it you ca
Hook
- 钩子程序,具备后门开关F2,组合键无效,截断所有按键和鼠标信息。-Hook procedure, with the back door switch F2, a combination of keys does not work, cut off all the keystrokes and mouse information.
Hook
- 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
Hook
- 可以捕获键盘消息和鼠标消息,并输出到指定文本文件中。-News to capture the keyboard and mouse information, and output to the specified text file.
2200943012921
- 一,以事件方式(WithEvents)声明这个类. 二,调用SetKBHook启动键盘HOOK,调用SetMouseHook启动鼠标HOOK. 三,在不需要HOOK时,调用UnKBHook停止键盘HOOK,调用UnMouseHook停止鼠标HOOK. 四,分别在_KBHook()事件与_MouseHook()事件中处理键盘鼠标HOOK事件.- 一,以事件方式(WithEvents)声明这个类. 二,调用SetKBHook启
hook
- C#钩子程序,主要是统计一天中鼠标总的移动距离和键盘总的敲击次数。程序中直接使用了Georgi的UserActivityHook 类。-C# hook procedures, mainly statistical day, the total movement distance of the mouse and keyboard tapping the total number of times. Program directly using the Georgi' s UserActiv
Key-Mouse-Hook
- 基于全局的C#键盘鼠标钩子程序.键盘和鼠标钩子示例程序,里面有VS2005和VS2008两个版本,这些小程序编译时要用到控件。-Based on the overall C# keyboard and mouse hook procedures. The keyboard and mouse hook example programs, which has VS2005 and VS2008 are two versions, these small programs to use to con