Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2129
PEPROCESS PsGetNextProcess(
2130
_In_ PEPROCESS Process
2131
) {
2132
return nullptr;
2133
}
2134
2135
NTSTATUS PsTerminateProcess(
2136
PEPROCESS Process,
Callers
1
DbgkpCloseObject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected