Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Artikash/Textractor
/ DetachProcess
Function
DetachProcess
host/host.cpp:223–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
void DetachProcess(DWORD processId)
224
{
225
processRecordsByIds->at(processId).Send(HOST_COMMAND_DETACH);
226
}
227
228
void InsertHook(DWORD processId, HookParam hp)
229
{
Callers
1
main
Function · 0.50
Calls
1
Send
Method · 0.45
Tested by
no test coverage detected