| 220 | } |
| 221 | |
| 222 | RemoteTpAlpcInsertion::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 |
| 228 | void RemoteTpAlpcInsertion::SetupExecution() const |
nothing calls this directly
no outgoing calls
no test coverage detected