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

Function PsGetNextProcess

KernelLibrary/kDbgSys.cpp:2129–2133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2127}
2128
2129PEPROCESS PsGetNextProcess(
2130 _In_ PEPROCESS Process
2131) {
2132 return nullptr;
2133}
2134
2135NTSTATUS PsTerminateProcess(
2136 PEPROCESS Process,

Callers 1

DbgkpCloseObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected