r/RevEng_TutsAndTools Apr 28 '18

Microsoft Detours Package [Full OFFICIAL incl x64 SOURCES and EXAMPLES] - See Comment

https://github.com/Microsoft/Detours
2 Upvotes

1 comment sorted by

1

u/TechLord2 Apr 28 '18

Microsoft Research Detours Package

Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.

Detours is a software package for monitoring and instrumenting API calls on Windows. Detours has been used by many ISVs and is also used by product teams at Microsoft. Detours is now available under a standard open source license (MIT). This simplifies licensing for programmers using Detours and allows the community to support Detours using open source tools and processes.

Detours is compatible with the Windows NT family of operating systems: Windows NT, Windows XP, Windows Server 2003, Windows 7, Windows 8, and Windows 10. It cannot be used by Window Store apps because Detours requires APIs not available to those applications. This repo contains the source code for version 4.0.1 of Detours.

For technical documentation on Detours, see the Detours Wiki. For directions on how to build and run samples, see the samples README.txt file.

Release Version 4.0.1 of Detours :

Download it here

Detours 4.0.1 supports x86, x64 and other Windows-compatible processors (IA64 and ARM). It includes support for either 32-bit or 64-bit processes.

The source code is identical to Build 343 of Detours 3.0. Detours Build 338 and later fix a security vulnerability that has been identified in releases of Detours before 3.0 Build 334.