Files
metasploit-gs/external/source/HostingCLR_inject/HostingCLR/ReflectiveFree.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
162 B
C
Raw Normal View History

#pragma once
#include <windows.h>
VOID ReflectiveFreeAndExitThread(HINSTANCE hAppInstance, DWORD dwExitCode);
VOID ReflectiveFree(HINSTANCE hAppInstance);