metasploit-framework/external/source/byakugan/detours/detoured.h

14 lines
400 B
C
Executable File

//////////////////////////////////////////////////////////////////////////////
//
// Presence of this DLL (detoured.dll) marks a process as detoured.
//
// Microsoft Research Detours Package, Version 2.1.
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
HMODULE WINAPI Detoured();
//
///////////////////////////////////////////////////////////////// End of File.