Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dobin/RedEdr
/ CloseTarget
Method
CloseTarget
RedEdrShared/myprocess.cpp:162–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
161
162
BOOL Process::CloseTarget() {
163
if (hProcess != NULL) {
164
CloseHandle(hProcess);
165
hProcess = NULL;
166
}
167
return TRUE;
168
}
169
170
171
HANDLE Process::GetHandle() {
Callers
1
processinfo
Function · 0.80
Calls
no outgoing calls
Tested by
1
processinfo
Function · 0.64