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

Method RemoteTpAlpcInsertion

PoolParty/PoolParty.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222RemoteTpAlpcInsertion::RemoteTpAlpcInsertion(DWORD dwTargetPid, unsigned char* cShellcode, SIZE_T szShellcodeSize)
223 : AsynchronousWorkItemInsertion{ dwTargetPid, cShellcode, szShellcodeSize }
224{
225}
226
227// TODO: Add RAII wrappers here for ALPC funcs
228void RemoteTpAlpcInsertion::SetupExecution() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected