| 146 | } |
| 147 | |
| 148 | RemoteTpWaitInsertion::RemoteTpWaitInsertion(DWORD dwTargetPid, unsigned char* cShellcode, SIZE_T szShellcodeSize) |
| 149 | : AsynchronousWorkItemInsertion{ dwTargetPid, cShellcode, szShellcodeSize } |
| 150 | { |
| 151 | } |
| 152 | |
| 153 | void RemoteTpWaitInsertion::SetupExecution() const |
| 154 | { |
nothing calls this directly
no outgoing calls
no test coverage detected