| 106 | } |
| 107 | |
| 108 | RemoteTpWorkInsertion::RemoteTpWorkInsertion(DWORD dwTargetPid, unsigned char* cShellcode, SIZE_T szShellcodeSize) |
| 109 | : PoolParty{ dwTargetPid, cShellcode, szShellcodeSize } |
| 110 | { |
| 111 | } |
| 112 | |
| 113 | void RemoteTpWorkInsertion::HijackHandles() |
| 114 | { |
nothing calls this directly
no outgoing calls
no test coverage detected