MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / PsGetCurrentProcessByThread

Function PsGetCurrentProcessByThread

KernelLibrary/kDbgSys.cpp:1048–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046}
1047
1048PEPROCESS PsGetCurrentProcessByThread(PETHREAD Thread) {
1049 //return Thread->Tcb.Process;
1050 return nullptr;
1051}
1052
1053//PSYSTEM_DLL_INFO PsQuerySystemDllInfo(
1054// ULONG index

Callers 1

DbgkCreateThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected