Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Schnocker/NoEye
/ DllMain
Function
DllMain
NoEye/cMain.cpp:43–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpReserved)
44
{
45
if (dwReason == DLL_PROCESS_ATTACH)
46
CMain::OnAttach(hModule);
47
if (dwReason == DLL_PROCESS_DETACH)
48
CMain::OnDetach();
49
return TRUE;
50
}
Callers
nothing calls this directly
Calls
2
OnAttach
Function · 0.85
OnDetach
Function · 0.85
Tested by
no test coverage detected