| 72 | } |
| 73 | |
| 74 | AsynchronousWorkItemInsertion::AsynchronousWorkItemInsertion(DWORD dwTargetPid, unsigned char* cShellcode, SIZE_T szShellcodeSize) |
| 75 | : PoolParty{ dwTargetPid, cShellcode, szShellcodeSize } |
| 76 | { |
| 77 | } |
| 78 | |
| 79 | void AsynchronousWorkItemInsertion::HijackHandles() |
| 80 | { |
nothing calls this directly
no outgoing calls
no test coverage detected