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

搜索资源列表

  1. hookMsgMonitor.rar

    0下载:
  2. 钩子编程的好例子,钩子的种类好多,这个事cbt钩子,用来监视程序端的改变。,Programming hook a good example of the type of hook a lot, this thing cbt hook, used to monitor changes in client program.
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:247.46kb
    • 提供者:田志红
  1. anit

    0下载:
  2. Windows应用程序是基于消息驱动的,任何线程只要注册窗口类都会有一个消息队列用于接收用户输入的消息和系统消息。为了拦截消息,Windows提出了钩子的概念。钩子(Hook)是Windows消息处理机制中的一个监视点,钩子提供一个回调函数。当在某个程序中安装钩子后,它将监视该程序的消息,在指定消息还没到达窗口之前钩子程序先捕获这个消息。这样就有机会对此消息进行过滤,或者对Windows消息实现监控。-Windows application is based on the message-dri
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:7.15kb
    • 提供者:田浩
  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
    • 文件大小:6.07mb
    • 提供者:孙新
  1. KeyboadMonitor

    1下载:
  2. VC7.0下写的一个键盘监听的小程序,是学习hook的好例子,注释很详细.执行成功后,在C盘根目录下生成一个txt文件,记录了每个时间段的按键键码.程序执行后不会在任务栏显示图标-VC7.0 keyboard under the monitor to write a small program is a good example of learning hook, very detailed notes. After the success of the implementation, in C
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:112.19kb
    • 提供者:张晓龙
  1. HookProcessMemory

    1下载:
  2. hook read/write process memory 本程序可以监视一些进程外的内存操作行为。可以用来分析某些内存修改器,内存补丁的动作。 附上VC6源代码,hookapi核心部分用的使用detours库,不懂可以baidu一下 作者:毕飞-hook read/write process memory of the program can monitor the operation of some process of memory behavior. Can b
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:91.39kb
    • 提供者:123
  1. UserActivityHook

    0下载:
  2. Monitor user activities in keyboard and mouse like Key logger
  3. 所属分类:Hook api

    • 发布日期:2017-04-15
    • 文件大小:6.57kb
    • 提供者:propatrio
  1. Win_HOOK

    0下载:
  2. Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:10.13kb
    • 提供者:宋若军
  1. 180

    0下载:
  2. 钩子是window中消息处理机制的一个要点,通过安装各种钩子,应用程序可以设置相应的子例程来监控系统里的消息传递及这些消息到达目标窗口程序之前处理它们。本程序利用钩子技术实现键盘监控。-Hook is a window message processing mechanism in a point, by installing a variety of hooks, the application can set the appropriate subroutine to monitor the
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:15.34kb
    • 提供者:hgCiCi
  1. monitor

    0下载:
  2. 文件监控 实现在windows下对某个目录下的文件的操作进行监控 -File Monitor to monitor the operation of the file in a directory in the windows
  3. 所属分类:Hook api

    • 发布日期:2017-11-06
    • 文件大小:7.57kb
    • 提供者:郭学刚
  1. Spy_Idle

    0下载:
  2. 实现监控我们的操作系统是否处于空闲状态,这里主要是在一定的时间内是否有鼠标或键盘事件发生,如果没有就判定为空闲状态-Monitor and control our operating system is in an idle state, here in a certain period of time whether there is a mouse or keyboard event occurs, if not determined to be idle
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:212.76kb
    • 提供者:喻旭
  1. CC--_HOOK_API_code

    0下载:
  2. 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。附代码。- Hook (Hook), is a platform Windows message handling mechanism, the application can be set to monitor sub-processes of a message in the above specified window, and the
  3. 所属分类:Hook api

    • 发布日期:2017-04-14
    • 文件大小:4.38kb
    • 提供者:sky
  1. HookSrv

    0下载:
  2. 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。附代码。-Hook (Hook), is a platform Windows message handling mechanism, the application can be set to monitor sub-processes of a message in the above specified window, and the win
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:18.71kb
    • 提供者:sky
  1. API-HOOK

    0下载:
  2. api 的hook,通过api hook改变一个api的原有功能,可以监听可以修改操作-API hook, the original function of API hook changes in a API, you can monitor can modify operation
  3. 所属分类:Hook api

    • 发布日期:2017-04-17
    • 文件大小:360.6kb
    • 提供者:silen
  1. cutcopyrecorder

    0下载:
  2. 痛点: 1、曾经写好的代码,后面想要重用,不知道去哪找了,搜索了很久,也没找到,再写一遍很抓狂! 2、曾经在crt上敲过的命令,下次想用,history 怎么也找不到,很郁闷! 3、数据开发经常验证问题,但同样的问题下次再次出现时,又需要编写同样的SQL,这时... 解决方法: 监控剪贴板,只要变化了,就写LOG,就存起来,因为很多时候会把代码复制下的, 或者以后养成习惯,经常ctrl+c复制下,下次想找回来只需要在Log中搜索即可 运行方式: 程序运
  3. 所属分类:Hook api

    • 发布日期:2017-04-17
    • 文件大小:34.22kb
    • 提供者:pengyong
  1. GetKetState

    0下载:
  2. 获取键盘的记录,可以自己制作一个软件监控电脑键盘是否在离开的时候被人动过,在安全方面有帮助。-Get keyboard recording, you can make your own software to monitor computer keyboard is the time to leave had been moved, there is help in terms of security.
  3. 所属分类:Hook api

    • 发布日期:2017-04-13
    • 文件大小:2.1kb
    • 提供者:王宝
  1. Keyboard-hook

    0下载:
  2. 键盘钩子是一种可以监控键盘操作的指令,可以简单记录键盘上输入的字符操作,会在文本上形成记录,但是对于像qq输入的用户名和密码做过数据处理的记录无效。-Keyboard hook is a way to monitor the operation of the keyboard commands, you can simply record the operation input characters on the keyboard will be recorded in the form of
  3. 所属分类:Hook api

    • 发布日期:2017-05-09
    • 文件大小:1.72mb
    • 提供者:huyuanyuan
搜珍网 www.dssz.com