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

搜索资源列表

  1. VC-system-programming

    1下载:
  2. 包括:cdrom控制,cpu和mouse信息,USB编程,测试cpu速度,检测键盘按键,列出进程,鼠标钩子编程,系统信息获取,注册表编程-include : cdrom control, cpu and mouse information, USB programming, cpu speed test to detect the keyboard keys, listing process, the mouse hook programming, system information acce
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:605.33kb
    • 提供者:hugh
  1. GetPass

    0下载:
  2. 利用鼠标键盘钩子来截获*号密码程序,劲!-use of a mouse and keyboard to hook intercepted * Password procedures, Jin!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:97.97kb
    • 提供者:王子轶
  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
    • 文件大小:23.83kb
    • 提供者:阿飞
  1. hook.rar

    0下载:
  2. delphi delphi 鼠标键盘钩子,delphi 鼠标键盘钩子
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:171.16kb
    • 提供者:田焕福
  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
    • 文件大小:523.05kb
    • 提供者:zhang
  1. hook

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

    • 发布日期:2017-05-12
    • 文件大小:87.81kb
    • 提供者:dengxin
  1. Hook

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

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

    0下载:
  2. 本程序是一个钩子程序DLL工程。因为钩子程序必须存在于DLL文件,所以做成本DLL工程。 本DLL可以可以截获所有键盘动作,如需截获其它动作如鼠标等可以自动更改代码。在DEBUG目录中有一个VB测试工程,用来测试本DLL的功能。-This procedure is a hook procedure DLL project. Because the hook procedure must exist in the DLL file, so do the cost of the project DL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:562.95kb
    • 提供者:
  1. hookdemo

    0下载:
  2. 利用钩子的概念,本程序实现了键盘和鼠标的录制和回放的功能。-The concept of the use of hooks, the procedures for the keyboard and mouse to achieve the recording and playback functions.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:35.41kb
    • 提供者:wudi
  1. keybord

    0下载:
  2. 一个鼠标和*的钩子程序,用于记录键盘和鼠标动作。-Keybord record
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:31.1kb
    • 提供者:达达
  1. MFCtestHook

    0下载:
  2. 在MFC窗口中设置鼠标和键盘钩子,利用钩子屏蔽鼠标所有操作和键盘的空格按钮-Mouse and keyboard hook using the space button hook shielding all mouse and keyboard settings in the MFC window
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:134.3kb
    • 提供者:chen
  1. SuoPing

    0下载:
  2. 系统屏幕锁定,简单方便。使用windows钩子机制,锁定鼠标与键盘。禁止任务管理器启动。限制了鼠标的移动范围,可能还有BUG,大家可以根据自己需求修改!-System screen lock, simple and convenient. Using windows hook mechanism, locking mouse and keyboard. Prohibit Task Manager starts. Limits the range of movement of the mouse,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:49.42kb
    • 提供者:Recall
搜珍网 www.dssz.com