首页
社区
课程
招聘
[转帖]N-CodeHook v1.0 by Jan Newger
发表于: 2008-7-7 18:24 3580

[转帖]N-CodeHook v1.0 by Jan Newger

2008-7-7 18:24
3580
N-CodeHook v1.0 by Jan Newger  

N-CodeHook is a small template based C++ library which allows you to hook into functions via inline patching.
For some background info see the blog post or read the paper from the detours website on how inline patching works. Detours uses the same mechanism as N-CodeHook, but requires you to buy a license for the X64 version. Besides the IA32 version must not be used for commercial purposes.
N-CodeHook however is completely free and you can use it for whatever you like.


http://newgre.net/system/files/N-CodeHook.rar

[课程]FART 脱壳王!加量不加价!FART作者讲授!

收藏
免费 1
支持
分享
最新回复 (1)
雪    币: 51
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
About N-CodeHook
N-CodeHook is a small template based C++ library which allows you to hook into functions via inline patching.
For some background info see the blog post or read the paper from the detours website on how inline patching works. Detours uses the same mechanism as N-CodeHook, but requires you to buy a license for the X64 version. Besides the IA32 version must not be used for commercial purposes.
N-CodeHook however is completely free and you can use it for whatever you like.
The distorm disassembly library is used to disassemble the first bytes of the function to be hooked.

Changelog
07/07/2008 - v1.0.1

Minor bugfixes in hook cleanup code
Minor bugfixes in code for creating hooks
06/27/2008 - v1.0

First release
IA32 and X64 architectures are currently supported

http://newgre.net/system/files/NCodeHook.rar
2008-7-7 20:29
0
游客
登录 | 注册 方可回帖
返回
//