| 150 | // hooks |
| 151 | |
| 152 | bool __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 | |
| 161 | DEFINE_HOOK(0x7CD810, ExeRun, 0x9) |
| 162 | { |
nothing calls this directly
no outgoing calls
no test coverage detected