Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/byakugan/detours/detoured.h
24756 views
1
//////////////////////////////////////////////////////////////////////////////
2
//
3
// Presence of this DLL (detoured.dll) marks a process as detoured.
4
//
5
// Microsoft Research Detours Package, Version 2.1.
6
//
7
// Copyright (c) Microsoft Corporation. All rights reserved.
8
//
9
10
HMODULE WINAPI Detoured();
11
12
//
13
///////////////////////////////////////////////////////////////// End of File.
14
15