MCPcopy Create free account
hub / github.com/SafeBreach-Labs/PoolParty / GetTargetThreadPoolTimerHandle

Method GetTargetThreadPoolTimerHandle

PoolParty/PoolParty.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31std::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
38WORKER_FACTORY_BASIC_INFORMATION PoolParty::GetWorkerFactoryBasicInformation(HANDLE hWorkerFactory) const
39{

Callers 1

HijackHandlesMethod · 0.80

Calls 1

Tested by

no test coverage detected