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

搜索资源列表

  1. Lockscreen

    0下载:
  2. 利用系统钩子截获鼠标和键盘,从而达到锁屏的效果》-Use the system mouse and keyboard hook intercepted, so as to achieve the effect of lock screen
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:76963
    • 提供者:wuzi
  1. org.sf.feeling.swt.win32.extension

    2下载:
  2. 开源的JAVA和windows钩子的接口实现,简化JAVA用JNI调用系统钩子的步骤-Open-source JAVA and windows hook interface, simplified JAVA using JNI calls the steps the system hooks
  3. 所属分类:Hook api

    • 发布日期:2017-05-24
    • 文件大小:8122032
    • 提供者:godbreak
  1. Defender

    0下载:
  2. VC++6.0编写的系统监控程序Demo包括主程序和DLL,只做演示,DLL采用全局钩子注入所有进程并在加载DLL时改写进程IAT。本程序演示截获MessageBox和MessageBeep-VC++6.0 program written in System Monitor Demo, including the main program and the DLL, Zhi Zuo demonstration, DLL into all processes using the global hoo
  3. 所属分类:Hook api

    • 发布日期:2017-05-21
    • 文件大小:6359621
    • 提供者:孙新
  1. qqhacker

    0下载:
  2. 一个vc写的键盘记录源码,利用钩子技术,实现隐藏进程,以系统服务实现自启动 -Vc write a keylogger source code, using hooks technology, hidden processes, in order to achieve self-starting system services
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:58553
    • 提供者:kkk
  1. gloabHook

    0下载:
  2. 这个是一个全局钩子,挂钩CreateProcess 函数,可以监控系统内所有启动的程序-This is a global hook, hook CreateProcess function, the system can monitor all programs launched
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:343054
    • 提供者:多萨
  1. asf

    0下载:
  2. 系统钩子,大多数电脑均适用,请大家关注我喔,QQ 11713203-System hook, most computers are applicable, please pay attention to my oh, QQ 1171320344
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:2028
    • 提供者:王族
  1. whshook

    0下载:
  2. 进程管理系统,消息钩子-Process management systems, the news hook
  3. 所属分类:Hook api

    • 发布日期:2017-11-15
    • 文件大小:493373
    • 提供者:站长
  1. GetCur

    0下载:
  2. 程序获取全屏幕的坐标,没有用到系统钩子HOOK,能实时显示坐标的位置,做了对话框弹出和退出的动画,适合初学者使用-Procedures to obtain the coordinates of the full screen, did not use the system hook HOOK, real-time display of the coordinates of the location, a dialog box pops up and exit animation for begi
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-16
    • 文件大小:108052
    • 提供者:yqk
  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. HookDll

    0下载:
  2. 一个全局钩子,可以截获系统的所有消息 主要完成鼠标和键盘的消息截获-A global hook, you can intercept all the information systems major to complete the mouse and keyboard messages intercepted
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:827023
    • 提供者:郑万伟
  1. KeyHook

    0下载:
  2. 一个键盘钩子程序,能够记录系统按键事件。并保存到日志文件里面-A keyboard hook procedure, be able to key case record system. And saved to the log file inside
  3. 所属分类:Hook api

    • 发布日期:2017-04-29
    • 文件大小:66703
    • 提供者:walkingrain
  1. Hook

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

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

    0下载:
  2. 使用系统钩子做的屏幕放大镜(VS.NET, c# 开发)-Hook using the system to do a screen magnifier (VS.NET, c# development)
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:320611
    • 提供者:W.p
  1. KeyBoardRecord

    0下载:
  2. 键盘钩子,记录键盘信息,并保存到系统文件中, 只供学习!- the hook of KeyBoard. it can record information which keyBoard Input
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:54135
    • 提供者:mxw
  1. HookDemo

    0下载:
  2. 一个简单系统钩子的应用例程,需要的可以看一看,-Hook a simple application of routine, need to look at,
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:27432
    • 提供者:
  1. MyKeyHookToFile

    0下载:
  2. VC编写的系统键盘钩子动态库和应用程序,用来记录键盘的消息,并按日期保存在不同的文件中-VC prepared the keyboard hook DLL system and applications, the keyboard used to record the message, and the date stored in different document
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:69708
    • 提供者:wang
  1. KeyMessage

    0下载:
  2. 键盘钩子,获取系统键盘消息,获取键盘键入内容。-KeyHook,Get System keyboard message,get keyboard message
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:9773
    • 提供者:李磊
  1. personal_notebook

    0下载:
  2. 个人记事本,仿QQ,调用系统钩子实现某些功能-Personal organizer, fake QQ, call the system to achieve certain functionality Hook
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1615448
    • 提供者:hufeng
  1. imehook

    0下载:
  2. 输入法编程例子,使用三种方法实现系统钩子-Input Method programming examples, using three methods for system hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:1045860
    • 提供者:cadaver
  1. HookLock

    0下载:
  2. 屏幕锁软件源码 使用C#开发 屏蔽可快捷键 是用系统钩子写的-Screen lock software source code developed using C# shortcut key is the shield can be written using the system hooks
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:611426
    • 提供者:赵亚旭
« 1 2 34 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com