文件名称:KeyMouse
- 所属分类:
- 驱动编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 25kb
- 下载次数:
- 1次
- 提 供 者:
- l**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
通用键盘鼠标模拟(包括USB和PS2)
通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。
简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。
模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_MAKE、KEY_BREAK,然后调用KeyboardClassServiceCallback。-Universal keyboard and mouse simulation (including USB and PS2)
通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。
简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。
模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_MAKE、KEY_BREAK,然后调用KeyboardClassServiceCallback。-Universal keyboard and mouse simulation (including USB and PS2)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
KeyMouse.c
KeyMouse.dsp
KeyMouse.dsw
KeyMouse.h
KeyMouse.plg
KeyMouse.sln
KeyMouse.sln.old
KeyMouse.vcproj
KeyMouse.vcxproj
pe.h
struct.h
KeyMouse.dsp
KeyMouse.dsw
KeyMouse.h
KeyMouse.plg
KeyMouse.sln
KeyMouse.sln.old
KeyMouse.vcproj
KeyMouse.vcxproj
pe.h
struct.h