| 342 | } |
| 343 | |
| 344 | RemoteTpTimerInsertion::RemoteTpTimerInsertion(DWORD dwTargetPid, unsigned char* cShellcode, SIZE_T szShellcodeSize) |
| 345 | : PoolParty{ dwTargetPid, cShellcode, szShellcodeSize } |
| 346 | { |
| 347 | } |
| 348 | |
| 349 | void RemoteTpTimerInsertion::HijackHandles() |
| 350 | { |
nothing calls this directly
no outgoing calls
no test coverage detected