MCPcopy Create free account
hub / github.com/AlSch092/UltimateAntiCheat / GetExecutableModuleName

Method GetExecutableModuleName

Process/Process.hpp:168–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 static void SetNumSections(__in const unsigned int nSections) { NumSections = nSections; }
167
168 static wstring GetExecutableModuleName() { return ExecutableModuleNameW; }
169 static void SetExecutableModuleName(wstring name) { ExecutableModuleNameW = name; }
170
171private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected