CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 驱动编程 搜索资源 - 模拟键盘

搜索资源列表

  1. winport

    0下载:
  2. 利用WINPORT.dll来实现驱动级模拟键盘本程式只示范模拟A键如有需要 可以自己更改
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:31089
    • 提供者:gjfgkgh
  1. MapleStory2

    0下载:
  2. 利用WINIO来实现模拟键盘 可改 自己研究
  3. 所属分类:驱动编程

    • 发布日期:2014-01-16
    • 文件大小:48959
    • 提供者:gjfgkgh
  1. Simulatedkeyboardinputed

    0下载:
  2. 模拟键盘输入,类似window输入法自带的那个模拟键盘,自己可以用鼠标输入
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:33478
    • 提供者:张三
  1. mnjp

    0下载:
  2. 模拟键盘 模拟键盘 模拟键盘
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:150199
    • 提供者:js
  1. vhidmouse

    0下载:
  2. 一个wmd+xvd开发的虚拟鼠标驱动程序,用键盘模拟鼠标操作-A mouse driver program which developed with wmd+xvd, using keyboard to simulate mouse operation.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:52778
    • 提供者:舞狼
  1. WinIo

    0下载:
  2. 驱动层模拟鼠标键盘,支持ps/2的接口,不会被拦截。-Mouse and keyboard-driven simulation
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:192638
    • 提供者:周懿
  1. vkeyboard.zip

    2下载:
  2. 虚拟键盘驱动实现,在驱动级模拟了键盘的操作,The realization of the virtual keyboard driver in the driver level to simulate the operation of the keyboard
  3. 所属分类:Driver Develop

    • 发布日期:2015-09-02
    • 文件大小:102786
    • 提供者:
  1. kbd_logger

    0下载:
  2. 个键盘记录器(附源代码),能够记录所有的按键信息,包括keyup。记录原始数据,可以通过模拟按键重现。需要vc9的运行库。没有编静态链接的版本。 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据-A keyboard logger (with source code), to record all of the
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:8533
    • 提供者:阿东
  1. KeyMouse

    8下载:
  2. 通用键盘鼠标模拟(包括USB和PS2) 通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。 简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。 模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_M
  3. 所属分类:Driver Develop

    • 发布日期:
    • 文件大小:25967
    • 提供者:ljh
  1. virsb

    1下载:
  2. 虚拟键盘和鼠标的设备,使系统里有一个虚拟的键盘和鼠标,不设备硬件直接模拟-A virtual keyboard and mouse devices, so that the system has a virtual keyboard and mouse, not the direct simulation of the device hardware
  3. 所属分类:Driver Develop

    • 发布日期:2017-01-21
    • 文件大小:171576
    • 提供者:唐佳
  1. delphi-winio

    0下载:
  2. delphi调用winio实现驱动键盘模拟-delphi call winio the realization of the keyboard-driven simulation
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-22
    • 文件大小:27105
    • 提供者:jick
  1. AIONShout

    0下载:
  2. 此为游戏喊话工具,可以对多窗口喊话,程序采用了三种不同的键盘模拟方法,其中包括虚拟驱动技术。对编写外挂的朋友很有借鉴价值。-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
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:2032242
    • 提供者:张道军
  1. winiotest

    0下载:
  2. 主要介绍winio的使用方法,可以设计出驱动级键盘模拟程序。-Introduces winio to use, you can design a drive-level keyboard simulation program.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:51541
    • 提供者:cao
  1. WinIo-keyboard

    0下载:
  2. WinIo下实现驱动级别的模拟键盘按键信息-WinIo drive-level simulation to achieve key
  3. 所属分类:Driver Develop

    • 发布日期:2016-01-24
    • 文件大小:5255168
    • 提供者:黄辉
  1. The-keyboard-driver-level-simulation

    0下载:
  2. 驱动级的键盘模拟,使用winio32.d-The keyboard driver level simulation
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:276728
    • 提供者:范扬
  1. KeyBoardM

    0下载:
  2. 驱动级键盘模拟,很好的一个例子,包含了必须的文件。-Keyboard driver simulation, a very good example of
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:27302
    • 提供者:郭尧
  1. hidmouse

    0下载:
  2. vc++6.0,关于模拟键盘鼠标的c++源码,可实现自动键盘和鼠标按键-vc++6.0, to analog the keyboard mouse c++ source can achieve automatic keyboard and mouse button
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-14
    • 文件大小:52585
    • 提供者:zjd
  1. KeyboardDriverSimulate

    1下载:
  2. 模拟键盘 虚拟键盘 内含DLL打包可用,有测试程序,参照使用无难度.菜鸟文简单易懂,用VS2008编译器,此为网上收集的源码,我也是只懂了小半,大至驱动过程是用驱动向键盘驱动端口写入数据.DLL则向该驱动发送读写与开关命令 ,以上-The analog keyboard virtual keyboard contains DLL package available, the test program, with reference to use without difficulty. Rooki
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-10
    • 文件大小:235050
    • 提供者:liuchengbodp
  1. WINIO1

    0下载:
  2. delphi实现winio模拟键盘和鼠标操作,有示例比较详细及接口说明方法.-delphi achieve winio simulate keyboard and mouse actions, there is an example of a more detailed descr iption of methods and interfaces.
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-03
    • 文件大小:843695
    • 提供者:yjh
  1. TestKeyboard

    1下载:
  2. C# 模拟键盘输入 1 .使用WinIO.dll直接在驱动层面模拟按键。 这里需要用到一个组件,那就是使用WinIO.dll,这是是国外大佬开发的一个dll。 WinIO程序库允许在32位的Windows应用程序中直接对I/O端口和物理内存进行存取操作。通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,它绕过了Windows系统的保护机制。 使用此组件的环境要求: •系统Win7或Win10均可。 •需要PS/2键盘(老式的针孔插头的键盘),USB键盘不
  3. 所属分类:驱动编程

« 12 »
搜珍网 www.dssz.com