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

Method GetTargetThreadPoolIoCompletionHandle

PoolParty/PoolParty.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24std::shared_ptr<HANDLE> PoolParty::GetTargetThreadPoolIoCompletionHandle() const
25{
26 auto p_hIoCompletion = HijackIoCompletionProcessHandle(m_p_hTargetPid);
27 BOOST_LOG_TRIVIAL(info) << boost::format("Hijacked I/O completion handle from the target process: %x") % *p_hIoCompletion;
28 return p_hIoCompletion;
29}
30
31std::shared_ptr<HANDLE> PoolParty::GetTargetThreadPoolTimerHandle() const
32{

Callers 1

HijackHandlesMethod · 0.80

Calls 1

Tested by

no test coverage detected