MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / DllMain

Function DllMain

src/Phobos.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150// hooks
151
152bool __stdcall DllMain(HANDLE hInstance, DWORD dwReason, LPVOID v)
153{
154 if (dwReason == DLL_PROCESS_ATTACH)
155 {
156 Phobos::hInstance = hInstance;
157 }
158 return true;
159}
160
161DEFINE_HOOK(0x7CD810, ExeRun, 0x9)
162{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected