首页
社区
课程
招聘
Detours v2.0 by Microsoft Research
发表于: 2005-12-28 20:50 2832

Detours v2.0 by Microsoft Research

2005-12-28 20:50
2832
Description:

Detours is a library for instrumenting arbitrary Win32 functions on x86 machines. Detours intercepts Win32 functions by re-writing target function images. The Detours package also contains utilities to attach arbitrary DLLs and data segments (called payloads) to any Win32 binary.

Detours preserves the un-instrumented target function (callable through a trampoline) as a subroutine for use by the instrumentation. Our trampoline design enables a large class of innovative extensions to existing binary software.

We have used Detours to create an automatic distributed partitioning system, to instrument and analyze the DCOM protocol stack, and to create a thunking layer for a COM-based OS API.

Detours 1.5 is still available under a non-commerical and research use license.

http://research.microsoft.com/sn/detours/

[课程]Linux pwn 探索篇!

收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 8149
活跃值: (1875)
能力值: ( LV8,RANK:122 )
在线值:
发帖
回帖
粉丝
2
没有下载啊
2005-12-28 21:56
0
雪    币: 199
活跃值: (45)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
还以为2.0免费了
2005-12-29 00:05
0
游客
登录 | 注册 方可回帖
返回
//