-
KeyMouse
通用键盘鼠标模拟(包括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))
- 2010-07-23 11:19:14下载
- 积分:1
-
slirp_user
SMBus driver for ACPI SMBus CMI.
- 2015-06-18 10:27:55下载
- 积分:1
-
enumser-Win32
枚举驱动列表,获取驱动的设备句柄
这是Win7上常用的获取设备句柄的方法。
我在原代码的基础上,添加了SetupDiEnumDeviceInterfaces 来获取驱动的详细信息。(SetupDiEnumDeviceInterfaces
SetupDiGetClassDevs
SetupDiEnumDeviceInterfaces)
- 2021-03-28 13:09:12下载
- 积分:1
-
CP210x_VCP_Windows
cp2102,驱动。CP210x_VCP_Windows(cp2102 driver. CP210x_VCP_Windows)
- 2013-05-18 19:05:40下载
- 积分:1
-
K60MCU-USBDevice
codewarrior环境下k60处理器的usb-otg作为usb设备的驱动(CodeWarrior environment k60 processor USB-OTG drive as a USB device)
- 2013-04-18 17:27:05下载
- 积分:1
-
CharSample_VS2019_Win7(32)
CharSample的VS2019工程版本,经过了整理和调试,包含了代码、工具、实验截图。(A full VS2019 solution for the CharSample driver, which include code, tool and the screenshot for the experiment. The code provided is tested.)
- 2020-06-18 00:00:04下载
- 积分:1
-
vga
i.MX28的gpu模块中的vga部分源代码(the source code of gpu module of i.MX28)
- 2013-08-02 17:34:43下载
- 积分:1
-
emu-tools-0.9.4.tar
说明: 大名鼎鼎的sblive声卡的驱动程序和控制程序的源代码!(famous SBLive card drivers and control procedures for the source code!)
- 2005-11-04 13:36:11下载
- 积分:1
-
GPIO-LED
这是一个基于Linux平台开发的2410-LED驱动程序(This is a Linux-based platform developed 2410-led driver)
- 2012-07-09 09:05:51下载
- 积分:1
-
EnumDevice
使用setupapi枚举硬件设备的代码,很经典的(setupapi )
- 2012-02-07 18:09:43下载
- 积分:1