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

搜索资源列表

  1. apihooktest2

    0下载:
  2. 一、前言   前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明   总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain 启动的时候根据配置钩住指定的 API 函数 三、这
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:147036
    • 提供者:ddd
  1. RecHook

    0下载:
  2. rechook 一个钩子的原代码 使用日志钩子实现键盘消息勾挂的例子 -rechook a hook of the original code using keyboard hook log news hook linked to the examples
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:4145
    • 提供者:wenebn
  1. TestDebug

    0下载:
  2. 跟踪监视方案概览 作者:彭春华 当我们对某一目标程序进行API函数的跟踪监视分析时,根据跟踪监视的目标,基本上有以下几种途径实现对API函数的跟踪监视: 写Log记录分析 如果拥有目标程序的源代码,就可以在关键的API函数的入口点和出口点记录API的参数和运行结果。在除错程序中是经常可以看到这种方法的。该方法的缺点就是必须拥有源代码,每次修改Log时必须重新编译源代码。由于该方案和我们要讨论的目标不同,在此不作讨论。 将监视代码注入目标程序
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:35518
    • 提供者:李泉
  1. mir2HOOKcode

    0下载:
  2. #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define WIN32_LEAN_AND_MEAN #define LOGFILE \"C:\\\\hookwsock.log\" #include \"stdio.h\" #include #include /*// IEXPLORE Droiyan Online \"IEFrame\
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:2106
    • 提供者:liuchao
  1. hookapplication

    0下载:
  2. 编译顺序: 1、GlobalHook 2、将编译好的GlobalHook.lib拷贝到Savekey目录下编译 使用时将GlobalHook.dll和Savekey.exe放在同一目录。该程序运行后无界面,在InitInstance函数中使用了自己的消息循环,随时记录键盘的输入字符,累加存放在c:\\\\windows\\\\Key_年_月.log文件中,每分钟检查一次该文件,当检测到有“inter2020”字符串时,将前面的字符删除,只保留“inter2020”及其后面的所有
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:430170
    • 提供者:韩冰
  1. HookTest

    0下载:
  2. 日志钩子程序,记录激活的窗口名字及其相应的键盘操作。比单纯的键盘钩子好用-log hooks, and a window activation record names and their corresponding keyboard operation. Than purely utilitarian keyboard hook
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:27331
    • 提供者:王平
  1. LaunchDLL

    0下载:
  2. 全局DLL钩子,可以记录键盘操作,并在C盘下建立log文件进行记录。DLL中已包含相关功能函数-Global hook DLL, you can record keyboard and established under the C drive log file records. DLL functions related functions have been included
  3. 所属分类:Hook api

    • 发布日期:2017-05-15
    • 文件大小:3700103
    • 提供者:john
  1. KeyBoardFilterDriver

    0下载:
  2. 该代码的功能是设置键盘钩子,记录键盘操作记录,包括键盘扫描码。-the function of this code is setting keyboard hooking and keeping the log of keyboard operation,the scan code is also included in it.
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:139027
    • 提供者:俊豪
  1. NotepadHook2

    0下载:
  2. 消息钩子调用, 打开记事本时, 记录消息到文件c:\key.log-Message hook called, open Notepad, the log messages to a file c: \ key.log
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:218351
    • 提供者:必须
  1. Autoexe_code

    0下载:
  2. 用日志钩子记录键盘输入--Record the keyboard input by using log hook
  3. 所属分类:Hook api

    • 发布日期:2017-11-09
    • 文件大小:57461
    • 提供者:站长
  1. Hook

    0下载:
  2. 日志钩子实例:其中使用了鼠标及键盘钩子。仅供参考-Log hook examples: one using the mouse and keyboard hook. For reference only
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:6228
    • 提供者:赵积元
  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-28
    • 文件大小:66703
    • 提供者:walkingrain
  1. InputHook

    0下载:
  2. 记录当前用户按下的所有按键(不包括鼠标键)并将键名保存于C盘-log the key which you press to the C:\
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:42423
    • 提供者:遁地蛤蟆
  1. BlueUnits_Lite

    0下载:
  2. a delphi unit to API hooking ( both ITA and JMP address)..plus with log unit and simple dissasmlber unit all in OOP style.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:27658
    • 提供者:jackal
  1. hook

    0下载:
  2. HOOK全局键盘钩子,运行过后,记录文件在C:\KEY.TXT ,实现全局系统范围内键盘记录功能 ,仅供学习参考之用! -HOOK global keyboard hook, run after the log files in C: \ KEY.TXT, to achieve the global system-wide keyboard logging, learning informational purposes only!
  3. 所属分类:Hook api

    • 发布日期:2017-01-18
    • 文件大小:1024
    • 提供者:吴磊
  1. Win_HOOK

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

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

    0下载:
  2. 一款可以瞬间显示/隐藏所有可视窗口程序的源码,采用了日志钩子,可以不使用任何DLL文件,只有一个EXE文件即可,其中还有对系统状态栏图标的存取操作等-A can instantly show/hide all visible windows program source code, using a log hook, you can not use any DLL files, only one EXE file to which the system status bar icon also
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:122855
    • 提供者:陈子强
  1. QQGUARD

    0下载:
  2. 监视和阻止qq登录,主要是使用了VC钩子,用HOOK技术实现-Qq log monitor and block the main hook is the use of the VC, with HOOK technology
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:295431
    • 提供者:张薇薇
  1. keyboard-receive

    0下载:
  2. 运行程序,然后最小化窗口!这时候你的所有键盘输入信息都会记录在C盘(如果系统防火墙对C盘没保护)key——.log文件里面,键盘字母是大写的A——Z,数字1——9对应a--i!-Run the program, then minimize the window! At this time all your keyboard input will be recorded in the C drive (if the system did not protect the firewall on th
  3. 所属分类:Hook api

    • 发布日期:2017-05-23
    • 文件大小:7671167
    • 提供者:chengyong
  1. svn-log-program

    0下载:
  2. 使用svn提交文件时强制填写log信息才可以提交成功。-Forced to use svn commit files before they can fill in log information submitted successfully.
  3. 所属分类:Hook api

    • 发布日期:2017-11-07
    • 文件大小:3342
    • 提供者:Maggie
« 12 »
搜珍网 www.dssz.com