| 82 | } |
| 83 | |
| 84 | WorkerFactoryStartRoutineOverwrite::WorkerFactoryStartRoutineOverwrite(DWORD dwTargetPid, unsigned char* cShellcode, SIZE_T szShellcodeSize) |
| 85 | : PoolParty{ dwTargetPid, cShellcode, szShellcodeSize } |
| 86 | { |
| 87 | } |
| 88 | |
| 89 | void WorkerFactoryStartRoutineOverwrite::HijackHandles() |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected