资源列表
Wind量化平台-用户手册(C++)(适用于新版C++接口)
- 简单示例了wind量化接口的测试代码,是wind数据获取接口使用和编写新接口的新手入门读物(A simple example of the wind quantization interface test code)
跟随鼠标获取句柄
- 通过鼠标钩子勾住鼠标所在位置控件,获取该控件的句柄。(Through the mouse hook to hook the mouse position control, access to the handle of the control.)
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)
万能热键钩子
- 通过底层键盘钩子实现任意按键任意数量组合成热键,只要你愿意,可以注册如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
mousehook
- 全局钩子应用()
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)
InlineHook
- Inline hook简单实用方法, 自己练习的时候用的,(a single example for inline hook)
messageboxa
- c++ builder里的钩子拦截信息,用的是messageboxa(The hook in c++ builder intercepts information, using messageboxa)
ProcessSnapShot
- ProcessSnapShot source code
hook
- 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。该代码包含较为全面的示例。(Hook (Hook), Windows message processing mechanism is a platform, applications can be set on the procedure to mo
lmtghost3.0
- 建站资料和api获取()
EasyHook 2.6 Binaries
- 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(D