Skip to content

Commit f11f9ba

Browse files
Initial Commit
1 parent 8326e92 commit f11f9ba

2 files changed

Lines changed: 90 additions & 1 deletion

File tree

docs/building/detours.html

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<title>Azure</title>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
7+
<link rel="stylesheet" href="../rotor.css" />
8+
</head>
9+
<body>
10+
<div id="page-wrapper">
11+
12+
<!-- Header -->
13+
<div id="header-wrapper">
14+
<div class="container">
15+
<div class="row">
16+
<div class="col-12">
17+
18+
<header id="header">
19+
20+
21+
</nav>
22+
</header>
23+
24+
</div>
25+
</div>
26+
</div>
27+
</div>
28+
29+
<!-- Main -->
30+
<div id="main">
31+
<div class="container">
32+
<div class="row main-row">
33+
<div class="col-8 col-12-medium">
34+
<section>
35+
<h2>Microsoft Research Detours</h2>
36+
37+
<p>Detours is a software package for monitoring and instrumenting API calls on Windows. Detours
38+
has been used by many ISVs and is also used by product teams at Microsoft. Detours is now available under
39+
a standard open source license <a href="https://github.com/microsoft/Detours/blob/master/LICENSE.md">MIT</a>. This simplifies licensing for programmers using Detours
40+
and allows the community to support Detours using open source tools and processes.</p>
41+
42+
<p>Detours is compatible with the Windows NT family of operating systems: Windows NT, Windows XP, Windows Server 2003, Windows 7,Windows 8, Windows 10, and Windows 11. It cannot be used by Windows Store apps because Detours requires APIs not available to those applications.
43+
This repo contains the source code for version 4.0.1 of Detours.</p>
44+
45+
<p>For technical documentation on Detours, see the wiki For directions on how to build and run samples, see the samples readme.</p>
46+
47+
<p>Contributing The <a href="https://github.com/microsoft/detours">Detours</a> repository is where development is done.</p>
48+
49+
<p>Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that
50+
you have the right to, and actually do, grant us the rights to use your contribution.
51+
For details, visit https://cla.opensource.microsoft.com.</p>
52+
53+
<p>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.</p>
54+
55+
<p>This project has adopted the <a href="https://opensource.microsoft.com/codeofconduct/">Microsoft Open Source Code of Conduct</a></p>
56+
57+
<p>Mailing list for announcements</p>
58+
59+
<p>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
60+
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.</p>
61+
62+
<p>License</p>
63+
64+
<p>Copyright (c) Microsoft Corporation. All rights reserved.</p>
65+
66+
<p>Licensed under the MIT License.</p>
67+
68+
69+
70+
71+
72+
</section>
73+
74+
75+
</div>
76+
</div>
77+
78+
</div>
79+
80+
81+
<!-- Scripts -->
82+
<script src="assets/js/jquery.min.js"></script>
83+
<script src="assets/js/browser.min.js"></script>
84+
<script src="assets/js/breakpoints.min.js"></script>
85+
<script src="assets/js/util.js"></script>
86+
<script src="assets/js/main.js"></script>
87+
88+
</body>
89+
</html>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h3>building Directory</h3>
8484
<td width="69%">Here are instructions on building MS-DOS</td>
8585
</tr>
8686
<tr>
87-
<td width="31%"><b><a href="">detours.html</a></b></td>
87+
<td width="31%"><b><a href="building/detours.html">detours.html</a></b></td>
8888
<td width="69%">Here will be instructions on how to build Microsoft Research Detours</td>
8989
</tr>
9090
<tr>

0 commit comments

Comments
 (0)