搜索资源列表
winport
- 利用WINPORT.dll来实现驱动级模拟键盘本程式只示范模拟A键如有需要 可以自己更改
MapleStory2
- 利用WINIO来实现模拟键盘 可改 自己研究
Simulatedkeyboardinputed
- 模拟键盘输入,类似window输入法自带的那个模拟键盘,自己可以用鼠标输入
mnjp
- 模拟键盘 模拟键盘 模拟键盘
vhidmouse
- 一个wmd+xvd开发的虚拟鼠标驱动程序,用键盘模拟鼠标操作-A mouse driver program which developed with wmd+xvd, using keyboard to simulate mouse operation.
WinIo
- 驱动层模拟鼠标键盘,支持ps/2的接口,不会被拦截。-Mouse and keyboard-driven simulation
vkeyboard.zip
- 虚拟键盘驱动实现,在驱动级模拟了键盘的操作,The realization of the virtual keyboard driver in the driver level to simulate the operation of the keyboard
kbd_logger
- 个键盘记录器(附源代码),能够记录所有的按键信息,包括keyup。记录原始数据,可以通过模拟按键重现。需要vc9的运行库。没有编静态链接的版本。 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据-A keyboard logger (with source code), to record all of the
KeyMouse
- 通用键盘鼠标模拟(包括USB和PS2) 通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。 简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。 模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_M
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
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.
WinIo-keyboard
- WinIo下实现驱动级别的模拟键盘按键信息-WinIo drive-level simulation to achieve key
The-keyboard-driver-level-simulation
- 驱动级的键盘模拟,使用winio32.d-The keyboard driver level simulation
KeyBoardM
- 驱动级键盘模拟,很好的一个例子,包含了必须的文件。-Keyboard driver simulation, a very good example of
hidmouse
- vc++6.0,关于模拟键盘鼠标的c++源码,可实现自动键盘和鼠标按键-vc++6.0, to analog the keyboard mouse c++ source can achieve automatic keyboard and mouse button
KeyboardDriverSimulate
- 模拟键盘 虚拟键盘 内含DLL打包可用,有测试程序,参照使用无难度.菜鸟文简单易懂,用VS2008编译器,此为网上收集的源码,我也是只懂了小半,大至驱动过程是用驱动向键盘驱动端口写入数据.DLL则向该驱动发送读写与开关命令 ,以上-The analog keyboard virtual keyboard contains DLL package available, the test program, with reference to use without difficulty. Rooki
WINIO1
- delphi实现winio模拟键盘和鼠标操作,有示例比较详细及接口说明方法.-delphi achieve winio simulate keyboard and mouse actions, there is an example of a more detailed descr iption of methods and interfaces.
TestKeyboard
- C# 模拟键盘输入 1 .使用WinIO.dll直接在驱动层面模拟按键。 这里需要用到一个组件,那就是使用WinIO.dll,这是是国外大佬开发的一个dll。 WinIO程序库允许在32位的Windows应用程序中直接对I/O端口和物理内存进行存取操作。通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,它绕过了Windows系统的保护机制。 使用此组件的环境要求: •系统Win7或Win10均可。 •需要PS/2键盘(老式的针孔插头的键盘),USB键盘不