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

搜索资源列表

  1. rlwrap-0.15.tar.gz

    0下载:
  2. rlwrap是一个读取行包装,一个用GNU 读取行库的小实用程序,这个GNU读取行库允许其他命令的键盘输入编辑。它包括一个用于每个命令的单独输入记载,并能用以前能看到的所有单词或一个特殊用户的文件(或用时用二者)来扩展TAB单词。-rlwrap is a fetching package, with a fetching the GNU small utility program, The GNU fetching allowing other orders for the keyboard i
  3. 所属分类:其它

    • 发布日期:2017-12-05
    • 文件大小:63.66kb
    • 提供者:
  1. 读取密码输入框中的数据

    0下载:
  2. 读取密码输入框中的信息,起编程思想是读取键盘的敲入值,从而进行破解-Reading the data in the password input box, the first idea is to crack the password by reading the stroke in key value from the keyboard.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14.82kb
    • 提供者:王军
  1. keyspy

    0下载:
  2. ring3下读取物理地址执行ring0代码,在ring0代码嵌入汇编指令直接读取I/O端口。优秀的*源码.-ring3 to read the physical address of the next Executive ring0 code, the code embedded in the ring0 assembly instructions directly read I/O ports. Excellent keylogger source code
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-01
    • 文件大小:105.26kb
    • 提供者:kingmax
  1. keey

    0下载:
  2. 如何读取键盘信息通过它可以得到您键盘上的信息-How to read the keyboard information through its keyboard you can get information on the
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:191.83kb
    • 提供者:dz
  1. MyUsbHidDemo

    0下载:
  2. USB设备的读取测试以及一些简单的键盘功能的测试-usb data test programme
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:96.75kb
    • 提供者:pzh
  1. waigua

    0下载:
  2. 这是DLL文件,引用到工程就可以了, 主要修改的地方我说明下 key kk = new key() int pid = kk.pid("CQ.EXE") //获取进程PID kk.getread(pid, "", 0x298, 4).ToString() //返回INT值的内存读取 kk.getread(pid, 0x04, 4) //返回STRING的内存读取,少了一个参数. 自己写了个全局键盘钩子, kk.UnHook() //加载钩子
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:9.65kb
    • 提供者:qwery
  1. 27

    0下载:
  2. 会根据使用者的选择来画出函数图形。程序执行后,会出现两个小窗口,一个窗口会负责读取键盘的输入,另一个窗口则负责绘图。-Drawing the Function according the user s choice. It will occur two windows: one is for read the input from keybord, and the other will draw the pictures
  3. 所属分类:ComboBox

    • 发布日期:2017-04-03
    • 文件大小:2.19kb
    • 提供者:Wang Aaron
  1. TOUGAO

    0下载:
  2. QQ2010软键盘拦截原理与实现当程序探测到qq登录框后就立即对qq进程中与软键盘实现相关的AFUtil.dll模块打上补丁。 当你使用软键盘时输入密码时,每输入一个字符就会执行一次我的补丁代码(补丁功能就是将 所输入的字符在qq进程所在的内存中连接成一个字符串),拦截程序会定时读取该处内存的密 码字符串并显示出来。 -QQ2010 soft keyboard intercept principle and realization
  3. 所属分类:Hook api

  1. ClassApi

    0下载:
  2. C#编写的类,利用API封装了键盘鼠标内存读取等功能,包涵代码及详细注释-Written in C# class using the API encapsulates the keyboard and mouse functions such as memory read, bear the code and detailed notes
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:8.26kb
    • 提供者:老君
  1. Moving-Ball

    0下载:
  2. 方向键控制圆圈的移动的小程序,主要演示VC读取键盘输入行为和对图形的控制,小游戏开发的实例程序。-The direction key control the movement of the circle of the small program, the main demonstration VC read keyboard input behavior and the graphical control, little game developing example program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-03
    • 文件大小:14.26mb
    • 提供者:NZ
  1. lrudmfc

    0下载:
  2. 界面的右边是张位图,然后可以读取键盘的上下左右键,左边的edit栏中会出现上下左右汉字-left right up down
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-29
    • 文件大小:11.55mb
    • 提供者:陈琛
  1. DX-Project-12

    0下载:
  2. 《DirectX 8 教程》及配套代码 第十二章:键盘与鼠标输入 Introduction (序) DirectInput Include and Library files (头文件与库文件) The Controls (控制方案) Initialising DirectInput (初始化DirectInput) Setting up the keyboard (设置键盘) Setting up the mouse (设置鼠标) Buffer
  3. 所属分类:DirextX

    • 发布日期:2017-11-11
    • 文件大小:78.21kb
    • 提供者:liuyan
  1. USBWinTest

    1下载:
  2. 这是用C#写的读取USB HID设备的测试软件,输入VID、PIV,查找HID设备是否存在,如果存在,则读取指定的HID设备发来的数据。软件已测试,可以直接使用。(不可读取键盘、鼠标),只能读取自定义HID设备。-HID USB C#
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:68.8kb
    • 提供者:yexin
  1. 486756

    0下载:
  2. 读取键盘信息,C++Builder精选编程学习源码,很好的参考资料。-Read the keyboard information, C++Builder select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:348.95kb
    • 提供者:小葱豆腐
  1. asd

    0下载:
  2. 钩子的应用程序,读取键盘和鼠标的状态,并且显示出来。-zi dong fan yi bu guan yong
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:65.11kb
    • 提供者:yaoxiangkai
  1. keyboaphtee

    0下载:
  2. 读取密码输入框中的信息,起编程思想是读取键盘的敲入值,从而进行破解-Read the information in the password input box, the programming thought is to read the keyboard type value, thereby
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-15
    • 文件大小:11kb
    • 提供者:seleititj
  1. kjurmeq628

    0下载:
  2. 读取密码输入框中的信息,起编程思想是读取键盘的敲入值,从而进行破解-Read the information in the password input box, the programming thought is to read the keyboard type value, thereby
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:11kb
    • 提供者:SUGarw+854
  1. QtChange

    0下载:
  2. 可以后台读取鼠标和键盘输入,在其他界面上也可以读取,是全局读取(You can read the mouse and keyboard input in the background)
  3. 所属分类:界面编程

    • 发布日期:2017-12-21
    • 文件大小:14kb
    • 提供者:朱红晨
  1. GVIZRQL36

    0下载:
  2. 读取密码输入框中的信息,起编程思想是读取键盘的敲入值,从而进行破解(Read the information in the password input box, the programming thought is to read the keyboard type value, thereby)
  3. 所属分类:文件操作

    • 发布日期:2017-12-21
    • 文件大小:10kb
    • 提供者:bagtkzm
  1. 57709567

    0下载:
  2. 读取密码输入框中的信息,起编程思想是读取键盘的敲入值,从而进行破解()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-01-08
    • 文件大小:15kb
    • 提供者:foissk
« 12 3 4 5 »
搜珍网 www.dssz.com