-
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
-
它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完...
它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。当然,如果您告诉它一些类型信息,Mirager可以在拦截到调用时获取上下文,即参数和返回值-it is the use of technologies developed into debugging API hook. Compared to the traditional 16 under the entrance code rewrite, it is not multi-threaded issues, but also to intercept LoadLibrary/GetProcAddress completed explicitly call API. Of course, if you tell it that some types of information, Mirager can intercept when access to the calling context, the parameters and return values
- 2022-05-29 23:27:23下载
- 积分:1
-
易语言 斗地主万能手动记牌器 原创
用法 发牌后 把自己牌按一片 然后就可以按着左右出牌按...
易语言 斗地主万能手动记牌器 原创
用法 发牌后 把自己牌按一片 然后就可以按着左右出牌按-Easy language斗地主omnipotent browser manually recorded original usage licensing licensing licensing by themselves after a year and then can be according to the cards by
- 2022-03-26 08:31:22下载
- 积分:1
-
实现了简单的记录键盘事件到文件中,键盘钩子
实现了简单的记录键盘事件到文件中,键盘钩子-Records of the realization of a simple keyboard events to a file, the keyboard hook
- 2022-03-25 09:44:48下载
- 积分:1
-
密码查看器,只要按快捷键就可以获得密码。
密码查看器,只要按快捷键就可以获得密码。-Password viewer, as long as the shortcut keys can get your password.
- 2022-05-22 20:27:51下载
- 积分:1
-
对IE的操作
非常好
对IE的操作
非常好-The operation of IE is very good
- 2022-03-22 10:14:33下载
- 积分:1
-
VC中利用钩子记录中文字符,
关键字 HOOK,VC,中文
VC中利用钩子记录中文字符,
关键字 HOOK,VC,中文-VC hook records the use of Chinese characters, keywords, HOOK, VC, Chinese
- 2022-11-06 12:45:04下载
- 积分:1
-
在win2000,xp下拦载主要系统键,还可以自已添加,这个模块是一个通用的DLL。...
在win2000,xp下拦载主要系统键,还可以自已添加,这个模块是一个通用的DLL。-in WIN2000, xp stopped under the main system containing keys, but also can add their own, this module is a generic DLL.
- 2022-01-21 19:53:35下载
- 积分:1
-
网上拉德~VC编写的
网上拉德~VC编写的-online Ladd prepared to VC
- 2022-12-26 16:00:03下载
- 积分:1
-
可以让你升级很快的软件 我保证你答题的正确率很高的
可以让你升级很快的软件 我保证你答题的正确率很高的-can let you quickly upgrade the software I assure you the correct answer to the high rate
- 2022-03-22 16:44:37下载
- 积分:1