CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - Programming-keyboard

搜索资源列表

  1. WindowsAPIhook

    0下载:
  2. Windows系统钩子编程示例,包括鼠标、键盘的系统钩子!-Windows Hook programming examples, including the mouse, keyboard system hook!
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:174627
    • 提供者:杨先生
  1. keyboard2000

    0下载:
  2. 这是一个用Windows API写的屏幕键盘。是很好的编程参考代码,程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数 -This is a Windows API to write the screen keyboard. Is a good reference to the programming code, procedures, there are two new Eastern : Button of Subclassing.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:14118
    • 提供者:c-king
  1. KeyProc0417

    0下载:
  2. 键盘hook的编程操作-keyboard hook programming operation
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:200233
    • 提供者:寒雪如烟
  1. Hook 钩子去获取鼠标和键盘消息

    1下载:
  2. 利用钩子编程的原理,用一个钩子去获取鼠标和键盘消息,实用性很强-Programming using the principle of the hook with a hook to get the mouse and keyboard messages are very practical
  3. 所属分类:钩子与API截获

    • 发布日期:2014-12-23
    • 文件大小:6144
    • 提供者:莫扬
  1. DisableWindowsKeys

    0下载:
  2. 用VB编程实现锁定计算机键盘,主要功能就是禁止键盘上的任意按键,同时还可以为软件设置密码,禁用任务管理器,保存当前设置;另外还可在任务栏添加小图标和任务管理器"应用程序"及"进程"隐藏进程的功能,并且锁定计算机后禁止使用屏保密码,可以使用快捷键解锁。-Programming with VB computer keyboard lock, main function is to prohibit any key on the keyboard, while software can also se
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:25377
    • 提供者:Utah
  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-05
    • 文件大小:604546
    • 提供者:peng
  1. borad

    0下载:
  2. 钩子编程的一个实例,用于截获键盘信息,比较简单,适用于初学者-An example of programming hooks for interception of the keyboard information, is relatively simple for beginners
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:53452
    • 提供者:刘东
  1. KeySound

    0下载:
  2. 语音键盘,hook技术,基于windows系统核心编程,发声程序-Voice keyboard, hook technique, based on the core of windows system programming, voice procedures
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:465605
    • 提供者:肖磊
  1. HookMouse

    0下载:
  2. 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:46884
    • 提供者:冰雨
  1. c_programming_classic_pronunciation_keyboard_hook_

    0下载:
  2. c编程键盘钩子开发按键发音经典代码c programming classic pronunciation key keyboard hook code development-c programming classic pronunciation key keyboard hook code development
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:463283
    • 提供者:ji
  1. Delphi.programming.code.keyboard.hook.hook

    0下载:
  2. Delphi编程实现键盘钩子hook代码delphi很好的代码入门经典代码-Delphi programming code keyboard hook hook
  3. 所属分类:Hook api

    • 发布日期:
    • 文件大小:11441
    • 提供者:池程
  1. bbbbbbb

    0下载:
  2. 黑客原理的初级程序设计:记录操作者从键盘上输入的信息,并记录下当时的日期。-The primary principle of hacker Programming: Record the operator the information entered from the keyboard and record the current date.
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:5115
    • 提供者:刘驰
  1. Win_HOOK

    0下载:
  2. Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:10375
    • 提供者:宋若军
  1. Programming-keyboard

    0下载:
  2. 利用底层钩子技术 把普通键盘重新定义 一键代替多键-Use technology to the bottom hook the normal keyboard to define a key instead of many key
  3. 所属分类:Hook api

    • 发布日期:2017-05-16
    • 文件大小:4219904
    • 提供者:翡冷翠
  1. vc-Detect-the-keyboard-keys

    0下载:
  2. vc检测键盘按键编程代码,可以学习和借鉴!-vc programming code detection keyboard keys, you can learn!
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:46528
    • 提供者:czydxj
  1. finalhook

    0下载:
  2. Hook keyboard programming sample
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:381691
    • 提供者:belikov
  1. KeyboardHook

    0下载:
  2. 键盘钩子,是《windows编程循序渐进》附带的源程序-The keyboard hook, is \ Windows programming step by step\ the supplementary source program
  3. 所属分类:Hook api

    • 发布日期:2017-06-02
    • 文件大小:14945746
    • 提供者:王笑笑
  1. WM_CHAR

    0下载:
  2. 字符串的形式拦截键盘的信息,这样的信息更容易处理,对于初学者来说是比较容易实现的键盘编程。-Keyboard interception string information, such information is easier to handle, it is relatively easy for beginners to achieve keyboard programming.
  3. 所属分类:Hook api

    • 发布日期:2017-04-25
    • 文件大小:61351
    • 提供者:王宝
  1. hook

    0下载:
  2. windows内核编程,利用底层键盘钩子屏蔽任意按键-windows kernel programming, the use of the underlying keyboard hook shielding any key
  3. 所属分类:Hook api

    • 发布日期:2017-05-09
    • 文件大小:1623368
    • 提供者:gmd
  1. shubiaohuifangvb

    1下载:
  2. 通过vb编程进行键盘鼠标动作的回放,程序中运用了钩子函数-VB programming through the keyboard and mouse action playback, the program uses the hook function
  3. 所属分类:Hook api

    • 发布日期:2017-04-14
    • 文件大小:2597
    • 提供者:李啊
搜珍网 www.dssz.com