micetools/subprojects/detours
Bottersnike 3423861c3c
Lots of stuff
2023-07-07 12:58:55 +01:00
..
include Lots of stuff 2023-07-07 12:58:55 +01:00
src Lots of stuff 2023-07-07 12:58:55 +01:00
CREDITS.TXT Lots of stuff 2023-07-07 12:58:55 +01:00
LICENSE.md Lots of stuff 2023-07-07 12:58:55 +01:00
README.md Lots of stuff 2023-07-07 12:58:55 +01:00
meson.build Lots of stuff 2023-07-07 12:58:55 +01:00

README.md

Microsoft Research Detours Package

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.

Contributing

The Detours repository is where development is done. Here are some ways you can participate in the project:

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Issues, questions, and feedback

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.