搜索资源列表
HOOK
- 键盘鼠标钩子源代码,DLL,可以任何程序挂上就可以用,可用与记录键盘信息-keyboard and mouse hook source code, DLL, can be displayed on any procedure can be used, the available information and records keyboard
hook
- 在VC++6.0下编写的一个简单钩子程序,可以锁定键盘鼠标,我采用了最简单的编写,希望给初学者很好的帮助,F2+F9 可以解除锁定
鼠标键盘记录和回放
- 使用HOOK实现鼠标键盘记录和回放
mouse hook 键盘和鼠标的钩子
- 用来锁定键盘和鼠标的钩子 采用了dll
hook.rar
- delphi delphi 鼠标键盘钩子,delphi 鼠标键盘钩子
mousehook.rar
- WINCE5.0 下键盘鼠标钩子源码 注:WINCE6下貌似不能用,wince5.0 keyboard hook
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
201031710519
- 锁定鼠标和键盘 采用钩子函数编写 可控制锁定时间 这是小弟自学钩子的成果 希望对各位有帮助 -Lock mouse and keyboard hook function with the preparation time can be controlled locking hook which is the little brother learning the results you want to help
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
KeyMouse
- 通用键盘鼠标模拟(包括USB和PS2) 通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。 简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。 模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_M
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.
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.
hook
- 用钩子实现记录用户键盘、鼠标操作并重现。-By hook users to achieve record keyboard, mouse operation and reproducibility.
Hook
- 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
SoftKeyboardCsharp
- C#语言实现的全局键盘鼠标钩子和软键盘,界面美观为函数生成-C# language keyboard and mouse to achieve the global keyboard hook and soft, attractive interface for the function to generate
2200943012921
- 一,以事件方式(WithEvents)声明这个类. 二,调用SetKBHook启动键盘HOOK,调用SetMouseHook启动鼠标HOOK. 三,在不需要HOOK时,调用UnKBHook停止键盘HOOK,调用UnMouseHook停止鼠标HOOK. 四,分别在_KBHook()事件与_MouseHook()事件中处理键盘鼠标HOOK事件.- 一,以事件方式(WithEvents)声明这个类. 二,调用SetKBHook启
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
calling_global_hook_to_lock_keyboard_mouse_source.
- 通过调用全局钩子来锁定键盘和鼠标源码By calling the global hook to lock the keyboard and mouse source-By calling the global hook to lock the keyboard and mouse source