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

搜索资源列表

  1. 键盘发音

    0下载:
  2. 键盘发音程序源代码--keyboard sounds source code -----------------------====
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:465119
    • 提供者:
  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. 触摸屏的屏幕键盘模拟例程

    0下载:
  2. 触摸屏的屏幕键盘模拟例程.rar 截获底层键盘钩子的API例程,模拟屏幕小键盘-Touchscreen screen keyboard simulation routines. Rar intercepted bottom of the keyboard hook API routines, simulation of the small screen keyboard
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:76757
    • 提供者:kugui_guo
  1. TrackUserIdle_src

    0下载:
  2. The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing ar
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:5134
    • 提供者:l
  1. 键盘奏鸣曲软件

    0下载:
  2. 利用钩子实现键盘音乐,其他模拟钢琴等也是基于此原理,这里用的是全局钩子-use of keyboard music, pianos and other simulation is based on this principle, here is the overall hook
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:1767778
    • 提供者:孙泽夺
  1. sourceifiles

    0下载:
  2. 此压缩文件中包含了5个基于VC++的程序,包括:计算机监测(netbios sniffer)、键盘钩子(keyhook)、注册表修改(regist)、windows后门(windows)、服务通信(PublicNetSoft)。-this compressed file contains five VC-based procedures, including : computer monitoring (netbios sniffers), keyboard hook (keyhook), th
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:19846291
    • 提供者:黄国超
  1. KeyLogger_src

    0下载:
  2. Keyboard spy, a simple key logger implementation and suggest ways of defeating it.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:219571
    • 提供者:Jet Lan
  1. KeyHook_demo

    0下载:
  2. Keyboard Hook, This example shows how to write global hooks .This program captures all the Keyboard events and save the keys to a text file-Keyboard Hook, This example shows how to write global hooks .This program captures all the Keyboard events
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:138122
    • 提供者:Jet Lan
  1. Hooker2.5

    0下载:
  2. 一个记录键盘的完整程序,采用dll注入方式hook API,有完整的dll代码和注入程序的代码,及lzw压缩算法的完整代码。-a record keyboard integrity procedures used dll injected hook API, a complete dll injection procedure code and the code, and the compression algorithm 4,558,302 integrity code.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:38566
    • 提供者:onlyu
  1. hookdll5

    0下载:
  2. 记录键盘鼠标操作。在vc和。net中测试成功。可以保存和任意次重复操作-record keyboard and mouse operation. And the vc. Net tested successfully. We can preserve and arbitrary repeated operation
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:21608
    • 提供者:dd
  1. vbkeyHook

    0下载:
  2. 这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。 如果只想屏蔽某个按键,请更改下面的代码。-SetWindowsHookEx use of the procedure, shielding the keyboard keys (including the system keys). If you only wish to shield a button, please change the code below.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:49637
    • 提供者:张龙
  1. RecHook

    0下载:
  2. rechook 一个钩子的原代码 使用日志钩子实现键盘消息勾挂的例子 -rechook a hook of the original code using keyboard hook log news hook linked to the examples
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:4145
    • 提供者:wenebn
  1. keyhookdll

    0下载:
  2. windows键盘HOOK,相信初学者很容易通过它了解windowsHook的使用-windows keyboard HOOK, beginners believe it is easy to understand through the use windowsHook
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:110818
    • 提供者:air
  1. gouzhi

    0下载:
  2. 钩子函数运用,一个小小的鼠标键盘钩子函数的运用-use hook function, a small mouse and keyboard use of the hook function
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:226101
    • 提供者:陈义平
  1. Lesson20a

    0下载:
  2. 捕获鼠标和键盘的钩子程序,也可放行某些消息(如按键F2,关闭窗口)。-capture the mouse and keyboard hooks, and may also release certain information (such as keys F2, closing windows).
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:27717
    • 提供者:hanzi
  1. VB_KeyBord

    0下载:
  2. 可供VB爱好者参考——注册系统热键的方法、和系统钩子的用法。 监视键盘输入 Ctrl+Alt+H 退出程序-reference for VB lovers -- the registration system hotkey, and hook system usage. Surveillance keyboard Ctrl Alt H exit
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:7031
    • 提供者:黄和
  1. KeyHook0

    0下载:
  2. 一个简单得键盘钩子程序 仅供初级得学习使用-a simple procedure in keyboard hook only in the initial learning
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:26030
    • 提供者:oo
  1. KeyHookApp

    0下载:
  2. 一个简单的全局钩子函数的实现,捕捉键盘的输入,然后在列表中显示出来。-a simple function of the overall situation hook achieve capture keyboard input, then the list displayed.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:48934
    • 提供者:杨光
  1. LLKMHook

    0下载:
  2. 低级键盘鼠标钩子范例 关于钩子的例程网上很多; 而关于低级键盘鼠标钩子的例子却很少-low-level keyboard and mouse paradigm hook on the hook routines many online; junior keyboard and mouse on the hook few examples
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:184296
    • 提供者:真实
  1. HOOK拦截键盘消息

    0下载:
  2. 用HOOK来拦截键盘消息-used to intercept keyboard HOOK news
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:57005
    • 提供者:whale
« 1 2 3 4 56 7 8 9 10 ... 36 »
搜珍网 www.dssz.com