Files
metasploit-gs/external/source/HostingCLR_inject/HostingCLR/ReflectiveFree.h
T
2023-06-23 09:57:53 +10:00

6 lines
162 B
C
Executable File

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