-
Detours HookFunction
Detours是微软开发的一个函数库,可用于捕获系统API。
最近在做API hook相关的东西,用了inline hook后感觉不错,但是查找资料发现inline hook并不稳定
inline hook 的原理是在系统访问一个函数的时候先替换原函数入口处的内容跳转到自己设计的hook函数中,然后在自己函数中进行hook工作。可是在并行系统中,很可能有个线程就在这个时候调用了被自己改掉的系统函数,出现我们无法预期的结果。
所以打算学习一下inline hook升级版:detour库hook,其实hook过程原理基本一样,只是微软做了封装和相关的冲突检查,所以这种api hook稳定些。
这个是开发出来的可以编译使用的HOOK Function代码。
- 2022-02-16 04:41:53下载
- 积分:1
-
hook api application
hook api application
- 2023-08-16 21:45:04下载
- 积分:1
-
win32api Reference
win32api参考大全,很早以前的收藏
-win32api Reference
- 2022-02-09 16:20:42下载
- 积分:1
-
键盘钩子实例
键盘hook例子-keyboard hook example
- 2022-03-17 15:24:42下载
- 积分:1
-
本文(其实是随笔)和实例代码描述的内容主要包括:API拦截,消息钩子,枚举子窗体,注册系统热键。其中消息钩子、API拦截、枚举子窗体实现代码在dll中,注册系统...
本文(其实是随笔)和实例代码描述的内容主要包括:API拦截,消息钩子,枚举子窗体,注册系统热键。其中消息钩子、API拦截、枚举子窗体实现代码在dll中,注册系统热键代码实现在测试exe中,另外exe代码段还涉及自定义消息和系统栏图标。希望对你有用-paper (actually essay) and example code description of the contents include : API interception, news hook, except for the form, the registration system hotkey. Which news hook, API interception, except for Creating the dll code, the registration system hotkey implementation of the code in test exe, another source of exe from the definition also covers news and column system icon. Hope useful to you
- 2022-04-09 22:29:23下载
- 积分:1
-
通过例子介绍了Windows系统服务调用的基本知识及Hook SSDT的方法...
通过例子介绍了Windows系统服务调用的基本知识及Hook SSDT的方法-by example on the Windows system service called the basic knowledge and methods Hook SSDT
- 2022-03-06 15:32:17下载
- 积分:1
-
完美国际的自动跑路原代码,需要的朋友尽管使用!
完美国际的自动跑路原代码,需要的朋友尽管使用!-Perfect automatic international跑路original code, even though the use of a friend in need!
- 2022-06-29 08:12:48下载
- 积分:1
-
使用APIhook拦截CreateProcess函数实现拦截启动应用程序
使用APIhook拦截CreateProcess函数实现拦截启动应用程序的目的。当运行一个程序的时候,会弹出提示信息“CreateProcess”。证明该应用程序已被拦截。
- 2023-04-16 20:55:02下载
- 积分:1
-
o-linked roŧu 1.01内的原始代码,包括银行的行政摊位
- 2022-09-12 17:55:04下载
- 积分:1
-
一个NT下的屏幕取词程序的源代码
一个NT下的屏幕取词程序的源代码- Under a NT screen takes the word procedure the source code
- 2022-01-25 22:16:48下载
- 积分:1