搜索资源列表
zhy123_QQ05Pass
- 可以获得qq密码,后自动发送指定邮箱,运用了键盘鼠标钩子,自定义热键,和indy的smtp控件,现只对qq2005贺岁版有效,对最新版qq不好使,有兴趣的朋友可以看看。。。 -can qq passwords, automatically sending the designated mailbox, using a keyboard and mouse hook, since the definition of hotkey, and the Indy smtp control, it i
LLKMHook
- 低级键盘鼠标钩子范例 关于钩子的例程网上很多; 而关于低级键盘鼠标钩子的例子却很少-low-level keyboard and mouse paradigm hook on the hook routines many online; junior keyboard and mouse on the hook few examples
基于全局的C#键盘鼠标钩子程序
- 基于全局的C#键盘鼠标钩子程序 基于全局的C#键盘鼠标钩子程序
键盘鼠标锁
- 采用钩子方式锁定键盘与鼠标的程序源码
使用全局钩子截获键盘按键消息
- 钩子是Windows中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目的地之前截获它们并根据用户要求做出相应处理。钩子的种类很多其作用也不同,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。
mousehook.rar
- WINCE5.0 下键盘鼠标钩子源码 注:WINCE6下貌似不能用,wince5.0 keyboard hook
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
- 通过钩子获取键盘鼠标事件,并将操作事件记录在文本。-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
hook
- 通过安装全局钩子屏蔽键盘鼠标消息,并把自己写到启动项。-Shielded by installing global hook keyboard and mouse messages, and to write their own boot entry.
MouseCombo
- 鼠标钩子,拦截鼠标左右键盘,实现连续点击功能-Click the mouse hook continuous
HookDll
- 一个全局钩子,可以截获系统的所有消息 主要完成鼠标和键盘的消息截获-A global hook, you can intercept all the information systems major to complete the mouse and keyboard messages intercepted
keyboard_to_record_and_playback
- 利用钩子原理实现鼠标*和回放,DELPHI源代码-Realize the principle of using the mouse hook the keyboard to record and playback, DELPHI source code
overall
- 基于全局的C#键盘鼠标钩子程序源码,已经demo过,没有问题-Based on the overall situation of the C# source code keyboard and mouse hook procedures have demo, and there is no problem
SoftKeyboardCsharp
- C#语言实现的全局键盘鼠标钩子和软键盘,界面美观为函数生成-C# language keyboard and mouse to achieve the global keyboard hook and soft, attractive interface for the function to generate
SelfSendKeys
- 全局的键盘勾子和鼠标钩子、能在任何情况下获取键盘和鼠标事件-Global keyboard hooks and mouse hooks, in any case for the keyboard and mouse events
InnerHook
- 一个利用键盘钩子和鼠标钩子编写的全局钩子函数,功能:锁定桌面内所有进程,只留有F2解除锁定并卸载钩子!-Hook a keyboard and mouse using a global hook function hook preparation, function: lock the desktop, all the process, leaving only the F2 and uninstall the hook to unlock!
简单钩子使用
- (上传前,亲测,保证可用,生成后点一下DLG空白区域便安装了键盘和鼠标钩子,按个小键盘0,便知道是否有响应) 简单的全局钩子使用示例包含两部分: 1.一个DLL用来写全局钩子(鼠标钩子用来把鼠标限定在某个区域中和键盘钩子用来钩小键盘的数据“0”和ALT+F用来决定是否把鼠标限定在区域中), 2.一个TESTDLL单文档结构的简单MFC程序,只加了一个左键消息,该消息响应用来安装全局钩子。基于
MosKeyHook
- 通过获得窗口 键盘钩子 使用Winio进行模拟按键 及鼠标移动(By accessing the window, the keyboard hook uses Winio to simulate keystrokes and mouse movements)
鼠标键盘钩子
- 获取鼠标坐标以及鼠标键的状态,可以用于制作鼠标按键连发或者是自瞄。(Access to the mouse coordinates and the state of the mouse button can be used to make the mouse button connection or self - aim.)