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

搜索资源列表

  1. HOOK

    0下载:
  2. 简单的底层钩子,截取一切键盘输入的好工具,如QQ密码等.过NP-The bottom of a simple hook, the interception of all the keyboard input of good tools such as QQ passwords. Over NP
  3. 所属分类:Hook api

    • 发布日期:2017-05-11
    • 文件大小:2745889
    • 提供者:王百万
  1. KeySound

    0下载:
  2. 学习键盘钩子的的一个简单应用,捕获键盘输入并发声。-Learning the keyboard hook of a simple application, capture keyboard input and sound.
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:455487
    • 提供者:lair
  1. dome

    0下载:
  2. 一个很不错的键盘钩子程序, 很不错了,vc源码编程-A very good keyboard hook procedure, very bad, vc-source programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:23626
    • 提供者:wp
  1. keyboard_to_record_and_playback

    0下载:
  2. 利用钩子原理实现鼠标键盘记录和回放,DELPHI源代码-Realize the principle of using the mouse hook the keyboard to record and playback, DELPHI source code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5285
    • 提供者:qilin
  1. keyHook

    0下载:
  2. 键盘钩子程序,本压缩文件包含两部分代码,一部分是创建钩子的代码,另一部分是记录键盘按键的代码。-Keyboard hook procedure, the compressed file contains two parts, code, part of the code is to create hook, another part of the record keystroke code.
  3. 所属分类:Hook api

    • 发布日期:2017-05-02
    • 文件大小:48661
    • 提供者:fwq
  1. Eye

    0下载:
  2. 定时锁住鼠标键盘,通过钩子实现,方便您保护您的隐私-Timing lock keyboard mouse, through the hook realize for you to protect your privacy
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:61488
    • 提供者:傅小春
  1. gkey

    0下载:
  2. 键盘控制源码, 利用钩子实现, 里面有非常详细的说明文档,对与想深入学习hook 和 进程快照还有指令分析器的人来说本作品最适合,里面的代码十分复杂,建议你们想学习的话最好详细阅读课程设计的文档,这个程序是很多老师都做不出来的! -the control about keyboard
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:21771
    • 提供者:dragon
  1. Key-Mouse-Hook

    0下载:
  2. 这个程序提供了C#1.1,2.0,3.5下面的键盘和鼠标钩子,并提供一个模拟键盘和鼠标的示例程序。是不是通过它你就可以开发间谍程序呢?-This procedure provides the following C# 1.1,2.0,3.5 hook the keyboard and mouse, and to provide a simulation example of the keyboard and mouse procedures. Are not through it you ca
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:421227
    • 提供者:林锦祥
  1. KeyHook

    0下载:
  2. 一个键盘钩子程序,能够记录系统按键事件。并保存到日志文件里面-A keyboard hook procedure, be able to key case record system. And saved to the log file inside
  3. 所属分类:Hook api

    • 发布日期:2017-04-29
    • 文件大小:66703
    • 提供者:walkingrain
  1. KryboardHOOK

    0下载:
  2. 键盘钩子 按键替换 用来改变玩魔兽时的快捷键。-Keyboard HOOK chang meaning of key.
  3. 所属分类:Hook api

    • 发布日期:2017-04-25
    • 文件大小:17823
    • 提供者:尚轲
  1. Hook

    0下载:
  2. 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:206799
    • 提供者:changyou
  1. KeyBoardRecord

    0下载:
  2. 键盘钩子,记录键盘信息,并保存到系统文件中, 只供学习!- the hook of KeyBoard. it can record information which keyBoard Input
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:54135
    • 提供者:mxw
  1. 200510121757281924

    0下载:
  2. 一个应用级的键盘钩子程序,简单实用。是在应用级实现的-An application-level keyboard hook procedure, simple and practical. Is realized in the application-level
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:111298
    • 提供者:zhangyil
  1. hookgouzilizi

    0下载:
  2. WINDOWS 钩子一个实例,大家可以根据这个来扩展写出自己想要的程序,比如键盘记录等-WINDOWS hook an example, we can expand this to want to write their own procedures, such as keyloggers and so on. . . .
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:98848
    • 提供者:foxcreek
  1. HOOKCSharpTest

    0下载:
  2. 是一个钩子利用的实例,使用函数 setwindowshookexw 获取全局键盘信息-Is an example of the use of hook, use the function global keyboard access to information setwindowshookexw
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-27
    • 文件大小:33095
    • 提供者:马斌
  1. KillWin

    0下载:
  2. 使用低级键盘钩子实现屏蔽win键。可以在打魔兽的时候使用。-The use of low-level keyboard hook to achieve shielding key win. Can be used when playing Warcraft.
  3. 所属分类:Hook api

    • 发布日期:2017-04-24
    • 文件大小:63732
    • 提供者:Robert
  1. keyhook

    0下载:
  2. 使用低级键盘钩子实现拦截用户的键盘操作信息,并对相应键盘操作做出反应。-The realization of the use of low-level keyboard hook to intercept the user' s keyboard operation information, and respond to the corresponding keyboard.
  3. 所属分类:Hook api

    • 发布日期:2017-04-17
    • 文件大小:501328
    • 提供者:Robert
  1. KeyHook

    0下载:
  2. 键盘钩子,可以记录下键盘按键并保存到本机.-Keyboard hook, you can record and save the keyboard keys to the machine.
  3. 所属分类:Hook api

    • 发布日期:2017-04-27
    • 文件大小:26227
    • 提供者:Alabama
  1. Klog1.0

    0下载:
  2. 使用内核驱动方式实现的一个简单的键盘钩子,可以截获键盘的击键消息-The use of kernel-driven way of a simple keyboard hook, keyboard keystrokes can be intercepted message
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:138894
    • 提供者:袁晓辉
  1. key2gfd2

    0下载:
  2. 屏幕软键盘,直接带吸附功能,防止所有的木马后门和钩子-Soft-screen keyboard, directly with the adsorption function, to prevent backdoor Trojan horse and all the hook
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:21653
    • 提供者:rweew
« 1 2 3 4 56 7 8 9 10 ... 43 »
搜珍网 www.dssz.com