搜索资源列表
UsbKbddm
- USB键盘驱动原码参考。 国外人员编制,绝对经典!! 快快下载吧。-USB keyboard reference to the original code. Foreign staffing, absolute classic! ! Quickly download it.
UsbKbdx
- wdmbook提供, usb 键盘驱动程序 vc-wdmbook offer USB keyboard driver vc
D12_Keyboard
- 基于Keil C和Smart开发版的D12 USB键盘固件程序-based on Keil C and the development version of the Smart USB Keyboard D12 Firmware
UsbKbd
- usbkbd,用wdm编写的usb和键盘的驱动示例-usbkbd with `prepared by the usb keyboard and the driving exemplars
USB_keyboard
- 使用Cypress的Cy7C68013A芯片进行设计,实现USB键盘输入的功能
HA-USBVIEW
- USB设备检测程序,可检测各种USB设备,包括键盘、鼠标、MP3、各种DC,微软开发的例程。
CSharpMouseSample
- 中断方式的USB开发上位机程序【键盘,鼠标使用些方式】
USB 的键盘设备
- USB 的键盘设备 USB 的键盘设备 USB 的键盘设备
USB-keyboard
- 这是C8051F320 USB键盘程序,对于学习USB是个非常好的列子-This is a C8051F320 USB keyboard program for USB is a very good learning Liezi
KeyMouse
- 通用键盘鼠标模拟(包括USB和PS2) 通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。 简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。 模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_M
PS_2USB
- 实现一个 PS/2 与 USB 键盘过滤驱动,兼容所有 NT 系列的操作系统。-Implementation of a PS/2 and USB keyboard filter driver, compatible with all NT series of operating systems.
MyUsbHidDemo
- USB设备的读取测试以及一些简单的键盘功能的测试-usb data test programme
usb_development
- USB的驱动程序和应用层设计。应用层包括发光灯,逻辑电平,数模转换,模数转换,键盘测试,内存读写等等。-USB driver and application layer. Application layer, including light-emitting light, the logic level, DAC, ADC, keyboard test, memory read and write and so on.
210511109
- 键盘过滤驱动,支持PS2和USB,还可以卸载-keyboard filter driver
DetectUsbHubInternelIoCtl
- 这是一个驱动程序源码,主要的功能是检测UsbHub是否被非法hook了。可以用来判断usb键盘的深度hook。-This is a driver source code, the main function is to detect whether the illegal hook the UsbHub. Usb keyboard can be used to determine the depth of the hook.
windows-kernel-pro
- windows内核驱动程序编写,关于USB过滤层,键盘过滤,等等底层开发-failed to translate
key-and-mouse
- 支持鼠标和键盘的模拟 驱动模拟 使用winddk编程成功 支持usb鼠键 和ps2鼠键-Support mouse and keyboard emulation driver successfully simulated using winddk programming support usb ps2 mouse key and mouse button
TestKeyboard
- C# 模拟键盘输入 1 .使用WinIO.dll直接在驱动层面模拟按键。 这里需要用到一个组件,那就是使用WinIO.dll,这是是国外大佬开发的一个dll。 WinIO程序库允许在32位的Windows应用程序中直接对I/O端口和物理内存进行存取操作。通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,它绕过了Windows系统的保护机制。 使用此组件的环境要求: •系统Win7或Win10均可。 •需要PS/2键盘(老式的针孔插头的键盘),USB键盘不