Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Close
Method
Close
KernelLibrary/Thread.cpp:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
NTSTATUS Thread::Close() {
9
return ZwClose(_handle);
10
}
11
12
NTSTATUS Thread::SetPriporty(int id,int priority) {
13
PETHREAD Thread;
Callers
2
InitMiniFilter
Function · 0.45
PEParser
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected