diff options
Diffstat (limited to 'TestDLL')
-rw-r--r-- | TestDLL/dllmain.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TestDLL/dllmain.cpp b/TestDLL/dllmain.cpp index a95a988..2f93b99 100644 --- a/TestDLL/dllmain.cpp +++ b/TestDLL/dllmain.cpp @@ -330,7 +330,8 @@ void APIENTRY LibEntry(struct HuntCtx * HuntCtx) freopen_s(&conout, "CONOUT$", "w", stdout); printf("Welcome.\n"); - printf("[used memory: %u][cpu flags: %u][user name: %s][cpu count: %d]\n", + printf("[thread id: %d][used memory: %u][cpu flags: %u][user name: %s][cpu count: %d]\n", + GetCurrentThreadId(), iEnt->GetSystem()->GetUsedMemory(), iEnt->GetSystem()->GetCPUFlags(), iEnt->GetSystem()->GetUserName(), |