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

Method GetThreadCustomName

Source/Client/NM_Engine/ThreadHelper.cpp:235–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235std::string CThread::GetThreadCustomName() // TODO: Add other threads
236{
237 switch (m_iThreadCode)
238 {
239 case SELF_THREAD_DIRFUNCS:
240 return xorstr("Dir check thread").crypt_get();
241 }
242
243 return std::string(xorstr("Unknown thread: ").crypt_get()) + std::to_string(m_iThreadCode);
244}
245
246DWORD CThread::GetStartAddress()
247{

Callers 12

InitWindowCheckMethod · 0.80
InitAntiMacroMethod · 0.80
InitAntiSoftBPMethod · 0.80
InitSocketConnectionMethod · 0.80
OnClientInitMethod · 0.80
InitializeWatchdogMethod · 0.80
InitWMIWatcherMethod · 0.80
InitChecksumScanMethod · 0.80
InitThreadTickCheckerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected