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

搜索资源列表

  1. Global_Keyboard_And_Mouse_HOOK

    1下载:
  2. 全局键盘和鼠标的Hook,用于监视鼠标和键盘事件.本代码用VB.net 2008完成.-The overall situation of the keyboard and mouse Hook, used to monitor mouse and keyboard events. VB.net 2008 with the code completion.
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:21942
    • 提供者:sunwayking
  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. AutoSend

    0下载:
  2. c# 调用钩子函数,掌控鼠标和键盘的操作。获取屏幕的像素值来判断测试的结果,最终送到ShopFloor系统-c# call hook function, control the mouse and keyboard operation. Access to the screen pixel value to determine the test results, and ultimately to ShopFloor system
  3. 所属分类:Hook api

    • 发布日期:2017-05-08
    • 文件大小:112684
    • 提供者:Jack
  1. NaLanHook

    0下载:
  2. 通过钩子实现的统计一段时间键盘及鼠标的点击次数-Through the hook for some time to achieve statistical keyboard and mouse clicks
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:25182
    • 提供者:江忆南
  1. VisualC6abc-Master_ch10

    0下载:
  2. 《Visual C++ 6.0 从入门到精通》一书第10章源代码。内容是系统DLL函数的用法,其中几个钩子程序(键盘、鼠标)很有用。- Visual C++ 6.0 from entry to the master, a book Chapter 10 source code. DLL function is the system usage, including several hook procedures (keyboard, mouse) very useful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:339111
    • 提供者:Jack
  1. Eye

    0下载:
  2. 定时锁住鼠标键盘,通过钩子实现,方便您保护您的隐私-Timing lock keyboard mouse, through the hook realize for you to protect your privacy
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:61488
    • 提供者:傅小春
  1. OperationRecordPlay

    0下载:
  2. 用hook实现的对用户操作(键盘、鼠标等)进行录制并可以重放。-With hook on the implementation of the user (keyboard, mouse, etc.) can be recorded and replayed.
  3. 所属分类:Hook api

    • 发布日期:2017-04-29
    • 文件大小:22077
    • 提供者:sunstudio
  1. KeyMouseEventRcordAndReplay

    0下载:
  2. Delphi鼠标键盘Hook记录,并保存文件,重放鼠标键盘事件-Delphi Keyboard Hook Record mouse and save the file, replay the keyboard mouse case
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:849977
    • 提供者:
  1. Record

    0下载:
  2. 用Hook编写的鼠标键盘记录程序,可以记录鼠标键盘的操作,并进行回放-Hook the mouse with the preparation of keyloggers can record mouse keyboard operation, and playback
  3. 所属分类:Hook api

    • 发布日期:2017-05-13
    • 文件大小:3435315
    • 提供者:四横
  1. GetPassHook

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

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

    0下载:
  2. hook钩子的用法,很全面,勾住键盘消息和鼠标消息,学习的好例子-message hook
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:180267
    • 提供者:陈忠明
  1. ImmKeyLog_src

    0下载:
  2. hook钩子的用法,很全面,勾住键盘消息和鼠标消息,学习的好例子-message hook
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:11492
    • 提供者:陈忠明
  1. Projects

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

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

    0下载:
  2. 一个用于监视键盘和鼠标的类(DLL文件),用于回调之用.当设定的键盘或鼠标动作出现时,自动发信息回原调用者.-A c++ class dll for hook keyboard and mouse
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:28178
    • 提供者:吴梓明
  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
    • 文件大小:576463
    • 提供者:
  1. xujia

    0下载:
  2. 这是个虚假桌面,打开电脑后HOOK掉了键盘和鼠标消息,但是为了安全没有把任务管理器HOOK掉..所以可以通过任务管理器来关掉程序,还有可以通过暗门F2来关闭-This is a false desktop, open HOOK computer keyboard and mouse out of the news, but not for security task manager .. HOOK off through the Task Manager can be used to turn
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-22
    • 文件大小:6814992
    • 提供者:duan
  1. sample6

    1下载:
  2. 一个记录鼠标与键盘信息的钩子程序。并能将鼠标与键盘的信息从新回放,用到了文件流与等知识点。-A record of information on the mouse and keyboard hook procedure. And the mouse and keyboard to the new message playback, use the document flow and knowledge point.
  3. 所属分类:Hook api

    • 发布日期:2017-05-19
    • 文件大小:5289840
    • 提供者:Wayne
  1. MyHook

    0下载:
  2. 一个拦截键盘和鼠标消息的钩子源码,也是一个很好的dll示例程序。-An intercept keyboard and mouse message hook source code, but also a good dll sample program.
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:46857
    • 提供者:kevin
  1. hook_program_for_fun

    0下载:
  2. hook编程实例,里面含有两个文件夹,hook工程里面做的一个dll文件,目的是使hooktest工程页面能够在所有页面起作用。本程序一旦运行,将屏蔽所有鼠标键盘消息。请误将其适用于非正当用途-hook programming examples, which contains two folders, hook works inside to do a dll file is intended to enable hooktest project page to work on all page
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:477350
    • 提供者:ycp
  1. journalplayback

    0下载:
  2. 可以播放文件中的鼠标和键盘事件的日志钩子~!-You can play the file in the mouse and keyboard events log hook ~!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:4483
    • 提供者:ZGH
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com