搜索资源列表
apihooktest2
- 一、前言 前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明 总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain 启动的时候根据配置钩住指定的 API 函数 三、这
RecHook
- rechook 一个钩子的原代码 使用日志钩子实现键盘消息勾挂的例子 -rechook a hook of the original code using keyboard hook log news hook linked to the examples
TestDebug
- 跟踪监视方案概览 作者:彭春华 当我们对某一目标程序进行API函数的跟踪监视分析时,根据跟踪监视的目标,基本上有以下几种途径实现对API函数的跟踪监视: 写Log记录分析 如果拥有目标程序的源代码,就可以在关键的API函数的入口点和出口点记录API的参数和运行结果。在除错程序中是经常可以看到这种方法的。该方法的缺点就是必须拥有源代码,每次修改Log时必须重新编译源代码。由于该方案和我们要讨论的目标不同,在此不作讨论。 将监视代码注入目标程序
mir2HOOKcode
- #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\
hookapplication
- 编译顺序: 1、GlobalHook 2、将编译好的GlobalHook.lib拷贝到Savekey目录下编译 使用时将GlobalHook.dll和Savekey.exe放在同一目录。该程序运行后无界面,在InitInstance函数中使用了自己的消息循环,随时记录键盘的输入字符,累加存放在c:\\\\windows\\\\Key_年_月.log文件中,每分钟检查一次该文件,当检测到有“inter2020”字符串时,将前面的字符删除,只保留“inter2020”及其后面的所有
HookTest
- 日志钩子程序,记录激活的窗口名字及其相应的键盘操作。比单纯的键盘钩子好用-log hooks, and a window activation record names and their corresponding keyboard operation. Than purely utilitarian keyboard hook
LaunchDLL
- 全局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
KeyBoardFilterDriver
- 该代码的功能是设置键盘钩子,记录键盘操作记录,包括键盘扫描码。-the function of this code is setting keyboard hooking and keeping the log of keyboard operation,the scan code is also included in it.
NotepadHook2
- 消息钩子调用, 打开记事本时, 记录消息到文件c:\key.log-Message hook called, open Notepad, the log messages to a file c: \ key.log
Autoexe_code
- 用日志钩子记录键盘输入--Record the keyboard input by using log hook
Hook
- 日志钩子实例:其中使用了鼠标及键盘钩子。仅供参考-Log hook examples: one using the mouse and keyboard hook. For reference only
KeyHook
- 一个键盘钩子程序,能够记录系统按键事件。并保存到日志文件里面-A keyboard hook procedure, be able to key case record system. And saved to the log file inside
InputHook
- 记录当前用户按下的所有按键(不包括鼠标键)并将键名保存于C盘-log the key which you press to the C:\
BlueUnits_Lite
- a delphi unit to API hooking ( both ITA and JMP address)..plus with log unit and simple dissasmlber unit all in OOP style.
hook
- 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!
Win_HOOK
- Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
hidewindows
- 一款可以瞬间显示/隐藏所有可视窗口程序的源码,采用了日志钩子,可以不使用任何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
QQGUARD
- 监视和阻止qq登录,主要是使用了VC钩子,用HOOK技术实现-Qq log monitor and block the main hook is the use of the VC, with HOOK technology
keyboard-receive
- 运行程序,然后最小化窗口!这时候你的所有键盘输入信息都会记录在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
svn-log-program
- 使用svn提交文件时强制填写log信息才可以提交成功。-Forced to use svn commit files before they can fill in log information submitted successfully.