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

搜索资源列表

  1. KeyHookApp

    0下载:
  2. 实现了windows系统下挂钩技术的一个简单例子,本实例实现了对键盘消息的截获和改变,源码包括一个挂钩动态库和应用程序-Windows system realizes the next link a simple example of technology, the examples of the keyboard messages and change, source includes intercepted a hook dynamic repository and applications
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:61642
    • 提供者:lifei
  1. HookandhotKey

    0下载:
  2. 关于键盘获取的小程序。可截获按键的输入。-With regard to keyboard access applets. The input keys can be intercepted.
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:37516
    • 提供者:zju205
  1. keyinputrecord

    0下载:
  2. 利用API钩子实现简单的截获IE中的键盘输入并且记录到文本文档中-The use of API hook to achieve a simple IE intercepted and recorded in the keyboard input to text document
  3. 所属分类:Hook api

    • 发布日期:2017-05-11
    • 文件大小:2424784
    • 提供者:target
  1. KeyMouseHook

    0下载:
  2. .NET框架下一个键盘鼠标钩子的完全封装。当截获事件后,会引发.NET框架的窗体标准键盘、鼠标事件,非常容易操作。使用的语言为Visual Basic.NET-. NET under the framework of a keyboard and mouse hook complete package. When the intercepted event, it will trigger. NET Framework form the standard keyboard, mouse even
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:3494
    • 提供者:SYC
  1. Source_Code_and_Demo

    0下载:
  2. 鼠标键盘的钩子程序。可截获鼠标 单击,双击,左键,右键,移动。以及键盘的按下,抬起,和输入内容。-Mouse keyboard hook procedure. Can intercept the mouse click, double click, left, right, moving. And press the keyboard, lift, and input.
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:49547
    • 提供者:hero
  1. 345234

    0下载:
  2. 利用局部的键盘钩子示例截获鼠标键盘的信息并保存到指定的文本文档中-Using local mouse and keyboard keyboard hook sample intercepted information and save the text document to the specified
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:5865
    • 提供者:liuyi
  1. 201061611271583

    0下载:
  2. 本软件可以截获几乎所有键值,例如:shift+?,ctrl+?,alt+?,F1~F12,shift或者ctrl或者alt + F1~F12,单独的 shift、ctrl、alt 键值,特殊键ins、del、caps lock、num lock、小键盘数字 等等,你只要稍作修改,也可以截获 ctrl+alt+?等键值,没有截获不到的键值,本程序不使用dll方式,使用常规方式,方便你编译调试修改,支持xp、vista、win7,是最强悍的键盘钩子控件, 本软件在delphi7下通过。-This s
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:228816
    • 提供者:ziyu2011
  1. shelltool

    0下载:
  2. 很好的一款屏幕键盘程序,利用勾子技术,截获WINDOWS键盘消息。-A good screen keyboard program, using the hook technique, WINDOWS intercept keyboard messages.
  3. 所属分类:Hook api

    • 发布日期:2017-05-22
    • 文件大小:6803115
    • 提供者:zengyiming
  1. KeyBoardRecord

    0下载:
  2. 使用VC编写的可以记录键盘信息的程序工程源码。主要是使用了系统钩子,拦截了键盘消息,从而截获用户的键盘记录-Prepared by the VC can be recorded using the keyboard information process engineering source. Mainly use the system hook to intercept keyboard messages to intercept the user' s keyboard record
  3. 所属分类:Hook api

    • 发布日期:2017-05-03
    • 文件大小:1409194
    • 提供者:基野
  1. APIDesign-of-program-design

    0下载:
  2. WINDOWS是基于消息的系统,鼠标移动,单击,键盘按键,窗口关闭等都会产生相应的消息,那么钩子是什么意思呢,它可以监控一个消息,比如在一个窗口里单击了一下,首先获得这个消息的,不是应用程序,而是系统,系统获取这个消息后,就去查看这个消息是在哪个窗口产生的,找到窗口后,再把消息投递到相应程序里的消息队列里,这之间有一个传递过程,那么钩子的作用就是在消息到达应用程序之前截获它,钩子可以关联一个函数(钩子处理函数),也就是说,如果对一个进程安装了一个钩子,进程再接收到相应在消息之前,会先去执行钩子所
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1029737
    • 提供者:望平街
  1. HOOK

    0下载:
  2. win7下可用的键盘钩子,能截获全局的按键信息,不用d-available under win7 keyboard hook to intercept global keystrokes, without dll
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2556
    • 提供者:徵羽
  1. hooktry

    0下载:
  2. 监控键盘信息并且能够截获保存到指定的文本文档中-Monitoring information of the keyboard and the ability to intercept saved to the specified text in the document
  3. 所属分类:Hook api

    • 发布日期:2017-05-18
    • 文件大小:4728653
    • 提供者:陈齐刚
  1. hook

    0下载:
  2. 利用VC++的系统信息拦截函数hook截获鼠标键盘的消息,使其无效,这样就无法关闭程序。如果不知道密码将无法使用电脑只能重新启动-For system information intercept function hook to intercept mouse keyboard VC++ message it invalid, so that you can not close the program. If you do not know the password will not be ab
  3. 所属分类:Software Testing

    • 发布日期:2017-11-07
    • 文件大小:6590494
    • 提供者:laiyuanhua
  1. KeyLogger

    0下载:
  2. 键盘信息截获。先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下,就OK了。-Keyboard information intercepted. Compiled first LaunchDLL, then LaunchDLL.h, and LaunchDLL.lib copy to KeyHook project directory, LaunchDLL.dll copied int
  3. 所属分类:Hook api

    • 发布日期:2017-11-11
    • 文件大小:52963
    • 提供者:王勇
  1. keyboard

    0下载:
  2. 不使用hook实现键盘记录,可以截获中文输入-keyboard control without hook
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:7585
    • 提供者:黄宇
  1. KeyBoardHook

    0下载:
  2. 键盘钩子,主要对键盘的各个按键产生的消息进行截获,打印出来-Keyboard hook, keyboard key on each key generating messages are intercepted, print out
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:2746879
    • 提供者:renhw
  1. HOOK

    0下载:
  2. 钩子函数,能截获全部线程的键盘消息,但没做出修改功能-Hook function, capable of intercepting all threads keyboard messages, but did not make changes
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1880916
    • 提供者:kasen
  1. hack_keyboard

    0下载:
  2. 该程序在很多应用场景中都可以用到。可以截获用户在键盘上的输入,可以作为hack软件,输入法软件,或自动化子功能模块。-The program can be used in many application scenarios. Can intercept user input on the keyboard can be used as hack software, or automated sub-function modules.
  3. 所属分类:IME Develop

    • 发布日期:2017-11-06
    • 文件大小:48250
    • 提供者:江小鱼
  1. HookTest

    0下载:
  2. 钩子的调用程序,用于键盘和鼠标信息的截获与重组-HOOK program
  3. 所属分类:Hook api

    • 发布日期:2017-11-26
    • 文件大小:2120329
    • 提供者:
  1. Csendmail

    0下载:
  2. 这是一个实现用C语言发送电子邮件的小程序,可以把截获的键盘记录发送给监控的主机。-This is a realization of C language small program to send email, you can send intercepted keyloggers monitored host.
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:40383
    • 提供者:黄林康
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com