-
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
-
一个钩子的封装类,可以在WIndows下和CE下使用,很好用。
一个钩子的封装类,可以在WIndows下和CE下使用,很好用。-A hook-type package, you can under WIndows and CE use, very good use.
- 2022-05-26 15:53:11下载
- 积分:1
-
APIHOOK的Demo程序,搞win32计算机底层开发的人可以研究一下
APIHOOK的Demo程序,搞win32计算机底层开发的人可以研究一下-APIHOOK the Demo procedures and engage in win32 bottom of the development of the computer can see
- 2022-01-25 19:52:49下载
- 积分:1
-
automatic clearance for the game code, within the rules of the game that is wort...
自动扫雷器游戏代码,内有游戏规则说明,值得一看哦
-automatic clearance for the game code, within the rules of the game that is worth looking at, oh
- 2022-01-30 18:26:20下载
- 积分:1
-
这是一个SSDT HOOK源代码,希望对大家有点作用
这是一个SSDT HOOK源代码,希望对大家有点作用-This is a SSDT HOOK source code, I hope we are a bit on the role of
- 2022-03-07 06:13:14下载
- 积分:1
-
Capture Characters from Screen source code, divided into two 98 and NT versions,...
屏幕取词源代码,分为98和NT两个版本,包含DLL源码和,使用的例子,推荐下载。-Capture Characters from Screen source code, divided into two 98 and NT versions, and includes DLL source code, examples of usage, recommended download.
- 2022-04-14 10:53:39下载
- 积分:1
-
这是一个用于修改游戏记录文件的小程序
这是一个用于修改游戏记录文件的小程序-This is a game record for the revised document small program
- 2022-01-31 14:29:02下载
- 积分:1
-
api refence book.very helpful
api refence book.very helpful
- 2022-02-13 23:33:43下载
- 积分:1
-
data from the oracle database extracted, when the keyboard in line with the data...
将数据从oracle数据库中提取出来,当键盘输入与数据库中相符的数据时会弹出提示性对话框。-data from the oracle database extracted, when the keyboard in line with the database data will pop indicative dialog.
- 2022-01-28 14:28:43下载
- 积分:1
-
Good used a hook routines just Xue hook programming can see vc++ 6.0 environment
很好用的一个钩子例程 刚学钩子编程的可以看看 vc++6.0环境-Good used a hook routines just Xue hook programming can see vc++ 6.0 environment
- 2023-03-29 21:05:04下载
- 积分:1