-
使用MFC实现的鼠标HOOK程序,是学习钩子程序的简单入门程序
使用MFC实现的鼠标HOOK程序,是学习钩子程序的简单入门程序-Mousehook program
- 2023-04-03 16:15:03下载
- 积分:1
-
是个支持屏幕取词的电子词典 通过数据库查找单词 支持英译汉 汉译英...
是个支持屏幕取词的电子词典 通过数据库查找单词 支持英译汉 汉译英- Is the support screen takes the word the electronic dictionary
to support England through the database search word to translate the
Chinese Chinese to translate England
- 2023-05-23 18:50:02下载
- 积分:1
-
全局钩子,监视所有键盘消息,并且保存到文本文件.详细全面的过程.全部源代码.VC6下编译通过...
全局钩子,监视所有键盘消息,并且保存到文本文件.详细全面的过程.全部源代码.VC6下编译通过-overall hook, keyboard monitor all news and save text files. Detailed and comprehensive process. All source code. Under compile VC6
- 2022-02-28 14:25:59下载
- 积分:1
-
关于IE的一个钩子编程技术
关于IE的一个钩子编程技术-on a hook Programming
- 2022-08-12 22:44:34下载
- 积分:1
-
按键精灵用的脚本,练级用的,补血补气,自动技能,捡包,检测。各门派,各类型宝宝均可。...
按键精灵用的脚本,练级用的,补血补气,自动技能,捡包,检测。各门派,各类型宝宝均可。-Keys used in the script wizard,练级used, Buxue Buqi, automatic skills, pick pack, detection. The door-to-door, all types of baby can be.
- 2022-03-21 16:11:38下载
- 积分:1
-
获取当前程序和窗口
源码是繁体的,可以列出当前所有程序名称列表、窗口、模块
源码很简洁,是个不错的范例...
获取当前程序和窗口
源码是繁体的,可以列出当前所有程序名称列表、窗口、模块
源码很简洁,是个不错的范例-Access to the current procedures and the window is the traditional source, and can list the name of the current list of all programs, windows, modules, source code is very simple, it is a good example of
- 2022-03-26 04:51:52下载
- 积分:1
-
Hook导入表和导出表,导入表的HOOK只能对已加载的模块有效,要想使在HOOK后新加载的模块也有效就必须HOOK导出表...
Hook导入表和导出表,导入表的HOOK只能对已加载的模块有效,要想使在HOOK后新加载的模块也有效就必须HOOK导出表-Hook import table and export table, import table HOOK only load modules that have been effective, in order to make the HOOK module is loaded after the new effective it must also export the table HOOK
- 2022-01-26 00:09:18下载
- 积分:1
-
文件功能演示的监控,监控文件的修改,…
文件监视功能演示,监视文件是否改变,如名称、大小等-Document the functional demonstration of surveillance, monitoring file changes, such as name, size, etc.
- 2022-02-06 09:24:08下载
- 积分:1
-
HOOKDX
#pragma once
class CHOOKDX
{
public:
CHOOKDX(void);
~CHOOKDX(void);
static void InitHookDx();
static void SettHookDxTime(int hooktime);
};
- 2022-04-12 05:35:06下载
- 积分:1
-
MinHook - 简约实用的 x86/x64 API 钩子库
翻译 maninwest@Codeforge 作者Tsuda Kageyu @ Codeproject
背景
如果你对 Windows API Hook 感兴趣,你也一定知道 Microsoft Research 有个有名的库 - Detours。它非常有用,但是它的免费版本 (名为 "Express") 不支持 x64 位的环境。尽管商业版 (名为 "专业版") 支持 x64 位环境,但是它太贵了 -大约需要 US$10,000!
所以我决定自己从头写个 "poorman 的 Detours" 。我的库不是 Detours 的完美克隆,只是一个 API 钩子功能,因为这样就够用了。
到 2015 年1 月,此库已用于了一些项目中 : 7+ Taskbar Tweaker,Better Explorer, DxWnd, NonVisual Desktop Access, Open Broadcaster Software, QTTabBar, x360ce 等等。我很高兴发现这个库对人们有用。
使用库 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-25 14:18:29下载
- 积分:1