搜索资源列表
kbfiltr1
- 键盘模拟算法实现,先添加驱动kbfiltr.sys 然后运行testkb-keyboard simulation algorithm, the first add-kbfiltr.sys then run testkb
PS2_ARM
- 我写的ARM PS2驱动程序,使用普通GPIO口模拟PS2协议,可直接驱动键盘、条码找描枪等设备,并将从键盘、条码扫描枪等输入的信号通过UART口传至PC机-I write ARM PS2 driver, I use ordinary GPIO simulation PS2 agreement can be directly driven keyboard, bar code depiction find guns and other equipment, and from the keyboa
winport
- 利用WINPORT.dll来实现驱动级模拟键盘本程式只示范模拟A键如有需要 可以自己更改
USB_HID_CH372
- USB接口的HID类键盘模拟,通过CH372的外部固件模式,可实实现在WInodws下的即插即用不需要安装驱动。
8051driver
- 基于8051的驱动源码.包括STN LCD driver, I2C driver, 键盘(模拟键盘)驱动,串口驱动,中断应用,部分GDI函数
vhidmouse
- 一个wmd+xvd开发的虚拟鼠标驱动程序,用键盘模拟鼠标操作-A mouse driver program which developed with wmd+xvd, using keyboard to simulate mouse operation.
汉王手写板定位驱动程序
- 本代码是基于FREESCALL MC68HC908JB8做的汉王手写板定位程序。 通过USB模拟鼠标/键盘人机接口。 硬件原理图见下一个发布。
winio.rar
- 内联汇编 直接操作winio驱动写io模拟鼠标键盘,Inline assembly winio directly mouse-driven simulation of a keyboard to write io
vkeyboard.zip
- 虚拟键盘驱动实现,在驱动级模拟了键盘的操作,The realization of the virtual keyboard driver in the driver level to simulate the operation of the keyboard
Input
- 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。 笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。 由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的WinIo库。 这里给出我封装好的使用WinIo库
delphi-winio
- delphi调用winio实现驱动键盘模拟-delphi call winio the realization of the keyboard-driven simulation
AIONShout
- 此为游戏喊话工具,可以对多窗口喊话,程序采用了三种不同的键盘模拟方法,其中包括虚拟驱动技术。对编写外挂的朋友很有借鉴价值。-This propaganda tools for the game, you can call on the multi-window, the program used three different keyboard simulation, including virtual drive technology. The preparation of useful pl
winiotest
- 主要介绍winio的使用方法,可以设计出驱动级键盘模拟程序。-Introduces winio to use, you can design a drive-level keyboard simulation program.
game--keyboard-simulation
- 一款驱动级键盘模拟游戏的VB源码,仅供学习-A drive level of the VB source code keyboard simulation game, only to learn. . .
qudongjimoni
- 驱动级模拟键盘,自动输入一个字符,实用于任何程序。-The keyboard driver level simulation automatically enter a character, practical in any program.
1602模拟拨号
- lcd1602初始化程序 ,简单易懂,基于单片机,对键盘扫描,把扫描键值显示在1602上。(1602 initialization procedures, easy to understand)
App_vb6
- 驱动级模拟鼠标和键盘按键,非常简单的调用驱动,结构清晰,容易学习。(it is good for you if you want get mouse work)
4X4键盘显示
- 键盘显示程序编写 单片机(Microcontrollers)是一种集成电路芯片,是采用超大规模集成电路技术把具有数据处理能力的中央处理器CPU、随机存储器RAM、只读存储器ROM、多种I/O口和中断系统、定时器/计数器等功能(可能还包括显示驱动电路、脉宽调制电路、模拟多路转换器、A/D转换器等电路)集成到一块硅片上构成的一个小而完善的微型计算机系统,在工业控制领域广泛应用。从上世纪80年代,由当时的4位、8位单片机,发展到现在的300M的高速单片机。(Keyboard display prog
TestKeyboard
- C# 模拟键盘输入 1 .使用WinIO.dll直接在驱动层面模拟按键。 这里需要用到一个组件,那就是使用WinIO.dll,这是是国外大佬开发的一个dll。 WinIO程序库允许在32位的Windows应用程序中直接对I/O端口和物理内存进行存取操作。通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,它绕过了Windows系统的保护机制。 使用此组件的环境要求: •系统Win7或Win10均可。 •需要PS/2键盘(老式的针孔插头的键盘),USB键盘不
WDM设备驱动程序开发(武安河)配套光盘
- 键盘模拟,windows下通过c、c++实现的键盘usb驱动编程(Keyboard simulation, USB driver programming of keyboard realized by C and C + + in Windows)