-
api hook 程序,可以用于挂钩windows系统下的api 函数,进行改造后功能将会更强大。...
api hook 程序,可以用于挂钩windows系统下的api 函数,进行改造后功能将会更强大。-api hook procedures can be used to link the windows api system function, after transforming function will be more powerful.
- 2022-01-26 07:59:21下载
- 积分:1
-
C++Builder编的程序
C++Builder编的程序-C Builder series of procedures
- 2022-03-11 08:51:20下载
- 积分: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
-
Happy99
Happy99!!欢乐时光 源码啊!! -Happy99-Source CODE!!!Happy99- Source.zip
- 2022-03-16 00:35:29下载
- 积分:1
-
实现对CPU占用率和内存使用率进行检测.
实现对CPU占用率和内存使用率进行检测.-achieve occupancy rate of the CPU and memory usage for testing.
- 2022-01-23 11:02:08下载
- 积分:1
-
game simulation program in java
game simulation program in java
- 2023-06-07 18:15:03下载
- 积分:1
-
键盘钩子的例子,一个是可执行程序,一个是dll,比较粗糙,大家可以...
键盘钩子的例子,一个是可执行程序,一个是dll,比较粗糙,大家可以-Keyboard hooks example, one is executable programs, one dll, relatively coarse, we can
- 2022-07-23 18:13:31下载
- 积分:1
-
Fuzion comic version 1.3 plug
漫画大乱斗外挂1.3版,玩过的都知道-Fuzion comic version 1.3 plug-in, played all know
- 2022-03-02 08:43:30下载
- 积分: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
-
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