CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/byakugan/detours/detoured.h
Views: 11778
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