Detours v2.0 by Microsoft Research

来源:互联网 发布:网络推广代理加盟 编辑:程序博客网 时间:2024/04/29 22:23
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/
原创粉丝点击