MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / FakeMain

Function FakeMain

Source/Client/NM_Engine/Self_DestroyModuleLinks.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27BOOL APIENTRY FakeMain(HMODULE hModule, DWORD dwReason, LPVOID)
28{
29// if (dwReason == DLL_THREAD_ATTACH)
30// OnThreadAttached();
31
32 return TRUE;
33}
34#ifndef _M_X64
35
36typedef struct LDR_DATA_ENTRY {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected