| 29 | } |
| 30 | |
| 31 | std::shared_ptr<HANDLE> PoolParty::GetTargetThreadPoolTimerHandle() const |
| 32 | { |
| 33 | auto p_hTimer = HijackIRTimerProcessHandle(m_p_hTargetPid); |
| 34 | BOOST_LOG_TRIVIAL(info) << boost::format("Hijacked timer queue handle from the target process: %x") % *p_hTimer; |
| 35 | return p_hTimer; |
| 36 | } |
| 37 | |
| 38 | WORKER_FACTORY_BASIC_INFORMATION PoolParty::GetWorkerFactoryBasicInformation(HANDLE hWorkerFactory) const |
| 39 | { |
no test coverage detected