资源列表
钩子示例
- C#通过windows API 操作其他软件,改变软件中的值(C# changes the value of the software by operating other software through windows API)
MouseHook
- 可以截获鼠标在窗口内的单击、双击操作,进行相应处理(Mouse Hook can hook mouse click in the window)
EasyHook 2.6 Binaries
- 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(D
lmtghost3.0
- 建站资料和api获取()
hook
- 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。该代码包含较为全面的示例。(Hook (Hook), Windows message processing mechanism is a platform, applications can be set on the procedure to mo
ProcessSnapShot
- ProcessSnapShot source code
messageboxa
- c++ builder里的钩子拦截信息,用的是messageboxa(The hook in c++ builder intercepts information, using messageboxa)
InlineHook
- Inline hook简单实用方法, 自己练习的时候用的,(a single example for inline hook)
MFCSAOLEI
- 小白第一次逆向写的win7下扫雷hook,实现功能:注入后鼠标移动显示坐标,是否有雷,F5一键扫雷(The first reverse write down win7 Minesweeper hook, the realization of function: after injection mouse mobile display coordinates, whether there is thunder, F5 one key Minesweeper)
mousehook
- 全局钩子应用()
万能热键钩子
- 通过底层键盘钩子实现任意按键任意数量组合成热键,只要你愿意,可以注册如a+b,1+2+3,左ctrl+右ctrl等等形式,并且支持连击热键的注册(Through the bottom keyboard hook to achieve any key, any number of combinations of hot keys, as long as you want, you can register such as a+b, 1+2+3, left ctrl+, right Ctrl and
httpanalyzer7
- Http Analyzer是一个http,https协议分析工具,用此工具可以非常快速的分析出绝大多数视频博客的视频地址(Http Analyzer is a http, https protocol analysis tool, this tool can be very rapid analysis of the vast majority of video blog video address)