CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 截获 键盘

搜索资源列表

  1. keyboardhunter

    0下载:
  2. 截获指定键盘按钮、记录键盘动作的软件。 可以指定任意按钮,使按钮无效,包括屏蔽功能键。-intercepted designated keyboard button, record keystrokes software. You can specify arbitrary button, the button invalid, including shielding function keys.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:93049
    • 提供者:jh
  1. Delphi-Win

    0下载:
  2. 其中包含了 《Windows程序设计》PASCAL例子 《Windows高级编程指南》PASCAL例子 《Windows核心编程》PASCAL例子 ShellExecuteHook 示例 按键转汉字,模拟输入法程序 初步实现屏幕落雪效果 简单的文件分割合并工具 简单模拟所谓‘光标跟随’效果 利用Hook插入线程的改进版本 利用窗口过程钩子截获QQ账号 利用鼠标键盘钩子截获QQ账号 利用消息钩子屏蔽定时器 列举窗口及其路径简单例子 判断用户目
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3918491
    • 提供者:叶子
  1. keyhook2

    0下载:
  2. vb的键盘钩子 自己编写可对系统键盘进行监视,截获 windows信息-vb keyboard hook themselves to be prepared to conduct surveillance system keyboard, the information intercepted windows
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2103
    • 提供者:留名
  1. SocketPackage

    1下载:
  2. 这是一个完整的网络数据包截获程序,类似WPE,使用了SPI、DLL注入、键盘截获等原理,如今的游戏都可以封杀WPE进程了,那就用这个程序吧。在XP下VC6编译通过-This is a complete network data packets intercepted procedures similar AE, the use of the SPI, DLL injection, Keyboard intercepted and so on, today's game can be ki
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2612973
    • 提供者:都都浪人
  1. mouseandkeyboardgetPassword

    0下载:
  2. 利用鼠标和键盘钩子截获密码的程序,非常好用,大家用用就知道了-use of the mouse and keyboard hook intercepted password procedures, very handy, we know it will be using the
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:79089
    • 提供者:英雄
  1. ctrl2cap

    0下载:
  2. 截获键盘的操作,过滤键盘操作,本程序没有进行相应的处理,只是显示了一下-it can monitor keyboard,and do something form the information what it get
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:93904
    • 提供者:si kui
  1. keyword

    0下载:
  2. 截获键盘的点击事件,并将点击内容保存成TXT文件-Intercept the click event of the keyboard, and click save the contents into a TXT file
  3. 所属分类:EditBox

    • 发布日期:2017-04-02
    • 文件大小:307129
    • 提供者:YY
  1. Interceptthekeyboardinformation

    0下载:
  2. 本程序利用hook编程,可以截获键盘的输入内容并将其保存在指定的位置。可以将其应用 到自己的程序中!This program uses the hook can be programmed to intercept keyboard input and stored in the specified location. Can be applied to their own procedures.-This program uses the hook can be programmed to i
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:133985
    • 提供者:zhaoyadong
  1. jhjpxx

    0下载:
  2. 如何截获键盘信息:先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录-Intercepting keyboard: first compiled LaunchDLL, then LaunchDLL.h, and LaunchDLL.lib copy to KeyHook project directory LaunchDLL.dll copied to the Debug directo
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:58675
    • 提供者:王朝辉
  1. war3_plug-in_source_code

    2下载:
  2. 魔兽全图功能VB源代码,第一次自己编写,还是值得新手学习。工程包含了一个Hook.dll,这个是VC写的,附源代码,是用来截获键盘消息。-Warcraft full map function VB source code, for the first time or novice should learn to write your own. The project contains a Hook.dll, this is written in VC source code is used to
  3. 所属分类:Windows Develop

    • 发布日期:2017-08-04
    • 文件大小:460800
    • 提供者:
  1. KeyHook

    0下载:
  2. Hook实现的截获键盘信息,适合初学者学习-The Hook to achieve intercepted keyboard information
  3. 所属分类:Hook api

    • 发布日期:2017-11-23
    • 文件大小:503937
    • 提供者:wangkechuang
  1. keyhook

    0下载:
  2. 利用windowshook截获键盘消息,面向底层,比较麻烦-windowshook,keyboard record
  3. 所属分类:Hook api

    • 发布日期:2017-11-07
    • 文件大小:10257
    • 提供者:贺丹磊
  1. HOOK-UUO

    0下载:
  2. 简单的 钩子HOOK函数 截获 键盘输入和鼠标动作-hook about such as mouse
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:1383932
    • 提供者:吴博
  1. KeyHook

    1下载:
  2. 截获键盘消息的小程序,先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下- 截获键盘消息的小程序,先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下 Keyboard intercepted message of small procedures, first
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:53184
    • 提供者:朱敏
  1. jianpangouzi

    0下载:
  2. 键盘钩子 只是为了截获键盘消息的,不过外挂上经常用到-jianpan gouzi
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2130
    • 提供者:tructu
  1. FrmHook

    0下载:
  2. 全局钩子截获键盘按钮事件 由VB编写 源来自于网络 本人摘录-Global hook intercepted keyboard events
  3. 所属分类:Hook api

    • 发布日期:2017-04-15
    • 文件大小:5638
    • 提供者:tangzhenqi
  1. HookAPI-demo

    0下载:
  2. HookAPI,挂载API函数,截获键盘鼠标消息。-Hook API, mount the API function, intercepting keyboard mouse messages.
  3. 所属分类:Hook api

    • 发布日期:2017-04-29
    • 文件大小:424781
    • 提供者:Lucas
  1. keyboard

    0下载:
  2. 利用键盘钩子截获键盘的输入 并且按下不同的键时发出不同的声音-Using the keyboard hook to intercept keyboard input And according to the different key of different sounds
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:596992
    • 提供者:switct
  1. And

    0下载:
  2. 利用键盘钩子截获键盘的输入 并且按下不同的键时发出不同的声音(Using the keyboard hook to intercept keyboard input And according to the different key of different sounds)
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:395264
    • 提供者:augqso
  1. 13586850

    0下载:
  2. 利用键盘钩子截获键盘的输入 并且按下不同的键时发出不同的声音()
  3. 所属分类:钩子与API截获

    • 发布日期:2018-05-02
    • 文件大小:395264
    • 提供者:FFP%2521296645
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com