首页
社区
课程
招聘
[转帖]HookLib v 1.0 by Nektra
发表于: 2008-7-16 07:45 3376

[转帖]HookLib v 1.0 by Nektra

2008-7-16 07:45
3376
HookLib v 1.0 by Nektra

HookLib Overview  

HookLib is a code interception engine for Microsoft Windows?
This library is the core of our Deviare technology, it has the functionality offered by Microsoft Detours?but we have released it under a GNU LGPL license, this way we offer it as a free download and we allow the use of it for any purpose, including commercial purposes.

The library is coded in C++ and provides all the facilities required to hook any code during runtime. If you need to intercept any Windows API function this tool makes it easier than ever.


This is a fragment of assembler code which shows a code interception in a Win32 API function.
The image shows that every call to the FindNextFile function is handled by the HookLib library, and allows you to execute your custom code.




http://www.nektra.com/products/deviare/hooklib/

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 1
支持
分享
最新回复 (3)
雪    币: 239
活跃值: (10)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
2
拿来试用一下:D

类似的东西很多啊
2008-7-16 08:33
0
雪    币: 255
活跃值: (207)
能力值: ( LV9,RANK:250 )
在线值:
发帖
回帖
粉丝
3
有pascal版的没?
2008-7-16 09:28
0
雪    币: 590
活跃值: (177)
能力值: ( LV9,RANK:680 )
在线值:
发帖
回帖
粉丝
4
有什么具体的运用呢?有没有教程或者是例子之类哦??
2008-7-16 09:52
0
游客
登录 | 注册 方可回帖
返回
//