-
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
-
keyboard hook test, exaple is includedl
keyboard hook test, exaple is includedl
- 2022-01-28 10:38:19下载
- 积分:1
-
一个简单的鼠标钩子才程序,实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中...
一个简单的鼠标钩子才程序,实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中-A simple mouse hook procedures only to achieve timely access to the current title of the window where the mouse and displays them in a editbox in the
- 2023-03-20 12:05:04下载
- 积分:1
-
关于如何声称系统钩子的源码,提供了鼠标钩子和键盘钩子,可以记录鼠标敲击和键盘时间...
关于如何声称系统钩子的源码,提供了鼠标钩子和键盘钩子,可以记录鼠标敲击和键盘时间-On how to hook the source claimed that the system provides a mouse and keyboard hook hook, you can record mouse and keyboard percussion time
- 2022-08-15 05:43:55下载
- 积分:1
-
not demonstrated a similar DLL HookAPI Rootkit hidden small procedures
演示不用DLL HookAPI
一个类似Rootkit隐藏文件的小程序-not demonstrated a similar DLL HookAPI Rootkit hidden small procedures
- 2022-03-03 12:30:36下载
- 积分:1
-
工作需要,想控制进程的创建,于是HOOK了ZwCreateProcess,后来发现xp和2003中创建进程的都用NtCreateProcessEx...
工作需要,想控制进程的创建,于是HOOK了ZwCreateProcess,后来发现xp和2003中创建进程的都用NtCreateProcessEx-work needs to control the process of creation, then the ZwCreateProcess HOOK, later found xp 2003 and the process of creating both NtCreateProcessEx
- 2022-07-22 13:07:12下载
- 积分:1
-
hide processes, elevate process privileges, fake out the Windows Event Viewer so
hide processes, elevate process privileges, fake out the Windows Event Viewer so that forensics is impossible, and even hide device drivers (NEW!) All this without any hooking.
- 2022-01-28 18:55:23下载
- 积分:1
-
series of the C language arcade games, download all the source code, this is a f...
C语言编的街机游戏,全部源代码下载,这个是仿LINUX下KTron的游戏,已有其大部分功能 -series of the C language arcade games, download all the source code, this is a fake LINUX KTron games, has most of its functions
- 2022-09-16 12:05:03下载
- 积分:1
-
武林飞开穿墙Delphi
武林飞开穿墙Delphi-witnessing the opening fly through the walls Delphi
- 2023-08-08 09:35:03下载
- 积分:1
-
first : natural sense of fun. It can identify and appreciate what an exceptional...
第一:乐感天赋。就是能识别并欣赏什么是佳作的能力。 实例:一千多年前一个叫伯牙的人在山中弹琴,心中想着表现高山,一个叫钟子期的打柴人听到后就说:"巍巍乎若太山";伯牙想着表现流水,钟子期马上领悟说"汤汤乎若流水"。后来钟子期故去,就再也没人听得出伯牙弹琴表现的是什么了。 分析:音乐,不是谁都能听懂的,每个佳作所表现的内涵只有少数人能瞬间理解而已,这些人就是天才。经过十个小时的练习,我终于能理解命运交响曲了,但是,这只是看过答案后对-first : natural sense of fun. It can identify and appreciate what an exceptional ability. Example : more than 1,000 years ago, a man named Ya is playing the piano in the mountains, alpine confidence in performance, the one called Zhongziji heard after firewood said : "The Towering between if too Mountain"; Ya is playing mind performance wasted Zhongziji immediately understood that "if the water Tang Tang Hu." Later Zhongziji departed, I never heard people out Ya is playing the piano performance of what it is. Analysis : music, who can not understand, each masterful performance by the connotation of only a few people can understand it moment, these people is genius. After 10 hours of practice, I finally understand the fate of the symphony, but that only
- 2022-03-07 18:44:45下载
- 积分:1