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

搜索资源列表

  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. Input_Method

    0下载:
  2. 目前常用的输入法基本上有两种类型:外挂式(如早期的万能五笔)及输入法接口式(Input Method Editor-IME)。外挂式比较简单,就是一个exe文件,通过模拟一些Windows输入消息来给当前处于活动状态的编辑窗口输入文字,一个显著的优点是输入法只要启动一次,就可以在所有进程中使用;但缺点不不容忽视,首先实现起来也不容易,一个更大的不足是兼容性不够好,通常一个Windows版本需要一人对应的输入法版本,此外这类输入法为了能够截获用户输入,通常需要挂接键盘钩子,容易造成系统不稳定或者效
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:18088
    • 提供者:高军
  1. KeyboardHook

    0下载:
  2. 键盘钩子程序,按键发声,比较有趣的例子.对钩子的认识有启蒙作用.-Keyboard hook program. it s funny that sound while pressing each key on keyboard.easy understanding for Hooking in programming.
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:604546
    • 提供者:peng
  1. 07

    0下载:
  2. 创建一个键盘钩子,然后将其挂在一个应用程序中,在应用程序中只要用户在键盘上按下的字母和数字,钩子就会对其捕捉-Create a keyboard hook, and then hung in an application, in the application as long as the user at the keyboard by pressing on the letters and numbers, will hook to their capture
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:26082
    • 提供者:王正
  1. keyboardhook

    0下载:
  2. 键盘钩子实例 挂接键盘 键盘钩子实例 挂接键盘键盘钩子实例 挂接键盘-Examples of articulated keyboard hook keyboard keyboard keyboard keyboard hooks example articulated articulated keyboard hook examples
  3. 所属分类:Hook api

    • 发布日期:2017-04-26
    • 文件大小:49872
    • 提供者:
  1. jianpangouzi

    0下载:
  2. 一个自己编写的键盘钩子程序,用DLL的形式封装-I have written a keyboard hook procedure, use the form of DLL package
  3. 所属分类:Hook api

    • 发布日期:2017-05-14
    • 文件大小:3420822
    • 提供者:hjr
  1. jianpanfayin

    0下载:
  2. 键能发音,其关键就是让程序能够知道当前键盘上是哪个键被按下,并播放相应的声音,自己的程序当然不在话下,那么其它程序当前按下哪个键如何得知呢?利用键盘钩子便可以很好地解决。-Key to pronunciation, the key is to let the process be able to know the current keyboard on which keys are pressed, and play the corresponding sound, of course, not
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3771
    • 提供者:张磊
  1. xpjianpangouzi

    0下载:
  2. xp键盘钩子,屏蔽热键 ,屏蔽热键 -xp keyboard hook, shielding hotkey, hotkey shielding, shielding hotkey, hotkey shielding
  3. 所属分类:CSharp

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

    0下载:
  2. 键盘钩子的DLL程序,运用动态链接库,有兴趣的朋友可以看看。-The keyboard hook DLL procedures, the use of dynamic-link library, interested friends can see.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:4021340
    • 提供者:林婷
  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. jp

    0下载:
  2. 实现了简单的记录键盘事件到文件中,键盘钩子-Records of the realization of a simple keyboard events to a file, the keyboard hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-28
    • 文件大小:56964
    • 提供者:班迎春
  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. GetPassHook

    0下载:
  2. 简单的鼠标+键盘钩子用于截获密码框密码(由vc2008编写)-mouse hook&keyboard hook to get password
  3. 所属分类:Hook api

    • 发布日期:2017-06-22
    • 文件大小:39924949
    • 提供者:yanwuxu
  1. LaunchDLL

    0下载:
  2. 键盘钩子。D-Keyboard hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:11041
    • 提供者:李毅
  1. MaskKey

    0下载:
  2. VC下开发的带回调函数的键盘钩子的源码,包含库源码和应用程序源码,学习键盘钩子很好的实例-Developed under VC transferred back to the keyboard hook function of the source code, including library source code and applications, learning the keyboard hook good example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:84614
    • 提供者:hanjun
  1. Projects

    2下载:
  2. 用vc++写的钩子,利用DLL注入进程实现对鼠标和键盘的拦截-vc++ hook keyboard mouse
  3. 所属分类:Windows编程

    • 发布日期:2012-11-23
    • 文件大小:15780542
    • 提供者:谢斌
  1. KeyboardHook

    0下载:
  2. 一个演示如何截获键盘钩子的程序,也许对你有帮助。-A soures of Catch Keybord hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:15581
    • 提供者:maxiang
  1. KeyBoardHook

    0下载:
  2. masm32环境下一个键盘钩子的汇编代码例子-masm32 environment a keyboard hook assembly code example
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:4138
    • 提供者:wzh
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 43 »
搜珍网 www.dssz.com