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

Method GetThreadList

Source/Client/NM_Engine/ThreadEnumerator.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68LPVOID CThreadEnumerator::GetThreadList(LPVOID procInfo)
69{
70 auto pProcInfo = (SYSTEM_PROCESS_INFORMATION *)procInfo;
71 auto pk_Thread = pProcInfo->Threads;
72 return pk_Thread;
73}
74
75DWORD CThreadEnumerator::GetThreadCount(LPVOID procInfo)
76{

Callers 3

HasSuspendedThreadFunction · 0.80
InitExThreadTickCheckFunction · 0.80
CheckSelfThreadsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected