CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - keyboard hook

搜索资源列表

  1. 用VB.NET 编写的键盘钩子程序

    2下载:
  2. 用VB.NET编写的键盘钩子程序。大家一定很想使用吧。通过API调用来实现的。-with VB.NET prepared by the keyboard hook procedures. We certainly want to use it. Through the API calls to achieve.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:44507
    • 提供者:程崇刚
  1. mask

    0下载:
  2. 大家有时玩游戏时,一不小心按到win键,游戏就会跳出,很不方便.我用vc编了一个小软件,基于低级键盘钩子的原理,这个软件可以屏蔽win键,F1,ALT+F4,ALT+TAB等键以致整个键盘.-sometimes you play games, to win by careless Bond, will jump out of the game, and it is very convenient. I used vc a small part of the software, based on
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:81005
    • 提供者:李刚
  1. SeePass

    0下载:
  2. 采用远程线程查看星号密码,支持查看某些采用了 anti 技术的编辑框。大部分网游就是因为这样所以用传统的键盘HOOK技术取不到密码。这份代码提供了完整的解决方案。用处嘛?还用多说?-distance threads View asterisk password used to support the view of some anti technical editor box. Most online games is the reason why the traditional keyboar
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:6207
    • 提供者:漆光耀
  1. 键盘钩子全记录

    3下载:
  2. 一个可以直接使用的键盘钩子,名为IEXEPLORE.EXE 它自动在C:目录下建立KEYLOG文件夹。里面就是本机上的键盘记录 -a direct access to the keyboard hook, it automatically called IEXEPLORE.EXE C : Contents established KEYLOG folder. Inside the machine is the keyboard record
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:143912
    • 提供者:阿牛
  1. jpxxgz

    0下载:
  2. 键盘消息钩子,利用Delphi7.0编程,含源码!-keyboard hook, using Delphi7.0 programming, including source code!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:195922
    • 提供者:ss
  1. hidewindow_src

    0下载:
  2. 设置键盘钩子,隐藏窗口的源代码,用VC++写成,有热键功能。 按8可以隐藏 按9可以显示-installed keyboard hook, hidden window of source code, written by VC, hotkey function. Can be hidden by 8 by 9 shows
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:113495
    • 提供者:zxzl
  1. DLL09014

    0下载:
  2. 一个木马生成器,可盗取玩家登陆的游戏帐号 密码 游戏房间URL 随身钱数。无进程 通过80端口传递信息.主要是想让朋友们一起学习键盘钩子.老鸟就别看拉-a Trojan generator, landing the player can steal a game account passwords game rooms URL unaccompanied money. No process through 80 ports transmit information. The main aim i
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1305800
    • 提供者:林林
  1. 2005325183220756

    0下载:
  2. vc制作型号密码查看器.熟悉系统编程的应该知道钩子能截获系统并得理发送给其它应用程序的消息,能完成一般程序无法完成的功能。这里我们主要用到了WH_KEYBOARD 键盘钩子和WH_MOUSE 鼠标钩子.-vc production models password viewer. Programming familiar with the system should know hook system capable of intercepting and with the other barber
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:24398
    • 提供者:阿飞
  1. jpgz.rar

    0下载:
  2. 键盘钩子 无论在前台还是在后台,只要你按键盘,它都能接收到按键信息,并翻译为相应的键码!,Keyboard hook in the front or in the background, as long as you press the keyboard, it can receive key information, and translated into corresponding key code!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:6534
    • 提供者:tsinghua
  1. MouseHook.rar

    1下载:
  2. 监视键盘按键钩子程序,通过自定义消息扑捉特定快捷键,Button keyboard hook procedure to monitor, through a specific custom message shortcuts扑捉
  3. 所属分类:Network Security

    • 发布日期:2017-05-22
    • 文件大小:7069391
    • 提供者:傅小春
  1. ForbidWin.rar

    0下载:
  2. 采用底层键盘钩子,勾掉了Win键的处理。是学习底层键盘钩子最好的实用例子 使用方法: 1。屏蔽 运行程序,点击“屏蔽Win键”,显示成功。进入游戏即可。注意不要关闭程序,否则自动解除屏蔽。 进入游戏后切出游戏运行该软件同样有效。 2。解除屏蔽 点击“解除屏蔽”,或者直接关闭程序。 3。对于其他游戏也同样有效。,Using the bottom of the keyboard hook, removed the keys to deal with Win. Learn from
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:483578
    • 提供者:好好
  1. TravelHit

    0下载:
  2. 统计键盘点击和鼠标移动的程序 src目录下的Old_Version目录是老版本的程序,里面的功能不如New_Version丰富 程序功能: 1. 统计鼠标移动距离和键盘点击次数; 2. 按下键盘时,发出声音 程序工作原理: 1. 用系统钩子来拦截键盘消息 -Statistics mouse clicks and keyboard procedures src directory under the directory Old_Version is a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:535603
    • 提供者:zhang
  1. hook

    0下载:
  2. 鼠标\光标\键盘等钩子程序 -Mouse cursor keyboard hook procedure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:89921
    • 提供者:dengxin
  1. KeyHook

    0下载:
  2. c++实现的键盘钩子,当你输入字符时,当你下次登录时它能自动记住。-c++ achieve keyboard hook, when you enter the characters, when you next log on automatically when it can remember.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:48268
    • 提供者:liangdong
  1. Hook

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

    • 发布日期:2017-04-16
    • 文件大小:206799
    • 提供者:changyou
  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. HOOK

    0下载:
  2. 控制银证直通车键盘热键的说明格式为Delphi远程线程注入系统进程-Control of Silver Certificate Note Express format of the keyboard hotkey remote thread injection system for the Delphi process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1696138
    • 提供者:joe
  1. Hook

    0下载:
  2. 通过创建键盘钩子屏蔽Alt+F4、Alt+Ecs、Ctrl+Ecs、Alt+Tab、Win等-Create a keyboard hook by shielding Alt+ F4, Alt+ Ecs, Ctrl+ Ecs, Alt+ Tab, Win, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:73919
    • 提供者:李锋
  1. key-hook-sample

    0下载:
  2. keyboard hook samples
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:602815
    • 提供者:tontitos
  1. HOOK-KEYBOARD

    0下载:
  2. 键盘钩子实例代码,学习参考使用非常好,文档规范化做的很好,代码模块化设计!-Keyboard hook example code, using very good learning reference document standardization doing well, the code modular design!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:229520
    • 提供者:吕小明
« 12 3 4 »
搜珍网 www.dssz.com