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

Method GetCurrentModule

Source/Client/NM_Engine/Functions.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21HMODULE CFunctions::GetCurrentModule()
22{
23 HMODULE hModule = NULL;
24 LI_FIND(GetModuleHandleEx)(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, (LPCTSTR)__DummyFunc, &hModule);
25 return hModule;
26}
27
28const char* CFunctions::GetTime()
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected