| 322 | } |
| 323 | |
| 324 | RemoteTpDirectInsertion::RemoteTpDirectInsertion(DWORD dwTargetPid, unsigned char* cShellcode, SIZE_T szShellcodeSize) |
| 325 | : AsynchronousWorkItemInsertion{ dwTargetPid, cShellcode, szShellcodeSize } |
| 326 | { |
| 327 | } |
| 328 | |
| 329 | void RemoteTpDirectInsertion::SetupExecution() const |
| 330 | { |
nothing calls this directly
no outgoing calls
no test coverage detected