MCPcopy Create free account
hub / github.com/SafeBreach-Labs/PoolParty / w_AssignProcessToJobObject

Function w_AssignProcessToJobObject

PoolParty/WinApi.cpp:131–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void w_AssignProcessToJobObject(HANDLE hJob, HANDLE hProcess)
132{
133 RAISE_IF_FALSE(
134 "AssignProcessToJobObject",
135 AssignProcessToJobObject(
136 hJob,
137 hProcess)
138 );
139}
140
141// TODO: Figure out including this in the error handlers
142LPVOID w_VirtualAllocEx(HANDLE hTargetPid, SIZE_T szSizeOfChunk, DWORD dwAllocationType, DWORD dwProtect)

Callers 1

SetupExecutionMethod · 0.85

Calls 1

RAISE_IF_FALSEFunction · 0.85

Tested by

no test coverage detected