Detours - intercepting Win32 functions - 0 views
-
Transactional model for attaching and detaching detours.
-
Joel Bennett on 25 Jan 08Transactional ... aspects. This is crazy impressive.
-
-
Detours is a library for instrumenting arbitrary Win32 functions on x86, x64, and IA64 machines. Detours intercepts Win32 functions by re-writing the in-memory code for target functions. The Detours package also contains utilities to attach arbitrary DLLs and data segments (called payloads) to any Win32 binary.