[1] It is developed by Microsoft and is most commonly used to intercept Win32 API calls within Windows applications.
Detours makes it possible to add debugging instrumentation and to attach arbitrary DLLs to any existing Win32 binary.
Detours does not require other software frameworks as a dependency and works on ARM, x86, x64, and IA-64 systems.
[2] The interception code is applied dynamically at execution time.
[1] This article about software created, produced or developed by Microsoft is a stub.