搜索资源列表
ELockOn.rar
- VXD锁键盘鼠标程序
leon3ps2.tar
- sparc linux2.6.11 leon3mmu 下键盘和鼠标驱动.-under the keyboard and mouse drivers.
ComputerInfo_demo
- 计算机的所有硬件及接口信息查询,检查和处理源代码,VC++,内存管理,网卡,缓存,PnP设备,多媒体设备,鼠标,调制解调器,键盘,磁盘等信息的管理。-all computer hardware and the interface information inquiries, inspection and processing source code, VC, memory management, network card, cache, PnP devices, multimedia devic
sbydm
- 鼠标驱动源代码,前面网上下了不少功夫才找到免费的下载,但是没做出来,自己偷懒编键盘去了,嘿嘿!-mouse driver source code, front-line a lot of effort to find a free download, but never come out. their loafers to a series keyboard, a little!
KEYBDforwinceps2
- CE下的PS2键盘驱动,可以接PS2键盘和鼠标基本上不需要怎么修改,可以直接使用-the PS2 keyboard-driven, accessible PS2 keyboard and mouse is basically no need to revise how, can be used directly
Simulatedkeyboardinputed
- 模拟键盘输入,类似window输入法自带的那个模拟键盘,自己可以用鼠标输入
mouse
- 键盘鼠标驱动开发文档, 详细了说明LINUX环境下的编程
HA-USBVIEW
- USB设备检测程序,可检测各种USB设备,包括键盘、鼠标、MP3、各种DC,微软开发的例程。
WinIo
- 驱动层模拟鼠标键盘,支持ps/2的接口,不会被拦截。-Mouse and keyboard-driven simulation
KeyMouse
- 通用键盘鼠标模拟(包括USB和PS2) 通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。 简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。 模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_M
VC-HID
- 使用VC++访问如键盘,鼠标和自定义的HID设备-Using VC++ to access such as a keyboard, mouse, and a custom HID device
virsb
- 虚拟键盘和鼠标的设备,使系统里有一个虚拟的键盘和鼠标,不设备硬件直接模拟-A virtual keyboard and mouse devices, so that the system has a virtual keyboard and mouse, not the direct simulation of the device hardware
WVFK
- 虚拟鼠标键盘驱动,驱动精灵核心,可以加上脚本控制程序-Virtual mouse keyboard driver, driver genius core, plus the scr ipts can control program
ELockOn
- VXD锁键盘鼠标程序-Lock keyboard and mouse procedures VXD
2200943012921
- 一,以事件方式(WithEvents)声明这个类. 二,调用SetKBHook启动键盘HOOK,调用SetMouseHook启动鼠标HOOK. 三,在不需要HOOK时,调用UnKBHook停止键盘HOOK,调用UnMouseHook停止鼠标HOOK. 四,分别在_KBHook()事件与_MouseHook()事件中处理键盘鼠标HOOK事件.- 一,以事件方式(WithEvents)声明这个类. 二,调用SetKBHook启
PS2code
- PS2鼠标键盘协议代码 PS2鼠标键盘协议代码 PS2鼠标键盘协议代码-PS2 mouse and keyboard protocol code
IOCtrl
- 此为网上找的代码文件,非工程,到底怎么用,本人也没能用上.卡在DDK 的安装上了.此代码绝对是驱动级.据其函数说明,是可以进行鼠标键盘操作的.以上.-This is the Internet to find the code files, non-engineering, in the end how to use, I did not can be used on the card in the DDK installation of this code is definitely drivi
Mouse-and-Keyboard
- 鼠标及键盘的控制技巧,内含多个文件,包括多种鼠标键盘信息捕获技巧的源程序-Mouse and keyboard control techniques, containing a number of documents, including a variety of mouse and keyboard skills to capture the source of information
vmulti-master
- windows 虚拟输出设备包含鼠标键盘-windows virtual output device contains mouse and keyboard
TestKeyboard
- C# 模拟键盘输入 1 .使用WinIO.dll直接在驱动层面模拟按键。 这里需要用到一个组件,那就是使用WinIO.dll,这是是国外大佬开发的一个dll。 WinIO程序库允许在32位的Windows应用程序中直接对I/O端口和物理内存进行存取操作。通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,它绕过了Windows系统的保护机制。 使用此组件的环境要求: •系统Win7或Win10均可。 •需要PS/2键盘(老式的针孔插头的键盘),USB键盘不