Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.
Перейти к файлу
Filip Wedzicha b2bf32a657
Fix: CI-Build not working due to wrong branch in config (#310)
2024-10-09 15:19:47 -07:00
.github Fix: CI-Build not working due to wrong branch in config (#310) 2024-10-09 15:19:47 -07:00
samples fix build error for error C2065: 'GetThreadLocale': undeclared identifier (#247) 2022-08-15 16:12:45 -07:00
src Fix detours ability to identify OS applied patches. (#318) 2024-10-09 15:14:43 -07:00
tests Feature: Make section count configurable, fix RTC error, and expose DetourIsFunctionImported (#225) 2022-07-06 16:36:20 -07:00
vc Feature: Add safe DetoursAttach (and friends) overloads (#178) 2021-03-02 09:34:30 +00:00
.editorconfig Maintenance: Add .editorconfig file to try to standardize formatting. (#194) 2021-04-13 16:37:46 -07:00
.gitignore add vs solution, it is safety because it only call nmake command, and it is friendly for edit, modify and debug code in Detours (#138) 2020-09-07 00:26:00 +00:00
CREDITS.md Maintenance: Reformat CREDITS.TXT -> CREDITS.md 2021-01-24 06:07:32 -08:00
LICENSE Create LICENSE 2023-07-24 13:07:47 -07:00
LICENSE.md Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00
Makefile Tests: Add initial set of unit tests for Detours (#137) 2020-12-01 16:16:13 -08:00
README.md README.md link to License file 2020-09-07 00:27:30 +00:00
SECURITY.md Create SECURITY.md 2023-07-24 13:10:03 -07:00
system.mak Maintenace + CI: Enable debug logging on 'Debug' build configs (#175) 2021-03-01 14:36:49 -08: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 Windows 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:

Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

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

Mailing list for announcements

The detours-announce mailing list is a low-traffic email list for important announcements about the project, such as the availability of new versions of Detours. To join it, send an email to listserv@lists.research.microsoft.com with a message body containing only the text SUBSCRIBE DETOURS-ANNOUNCE. To leave it, send an email to listserv@lists.research.microsoft.com with a message body containing only the text UNSUBSCRIBE DETOURS-ANNOUNCE.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.