Overview of Microsoft Research Detours
mainDetours is a software package designed for monitoring and instrumenting API calls on Windows. It is used by ISVs and Microsoft product teams to intercept and redirect function calls.
Compatibility:
- Compatible with the Windows NT family: Windows NT, XP, Server 2003, 7, 8, 10, and 11.
- Limitation: It cannot be used by Windows Store apps because Detours requires APIs that are unavailable to those applications.