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

Method GetTargetThreadPoolWorkerFactoryHandle

PoolParty/PoolParty.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17std::shared_ptr<HANDLE> PoolParty::GetTargetThreadPoolWorkerFactoryHandle() const
18{
19 auto p_hWorkerFactory = HijackWorkerFactoryProcessHandle(m_p_hTargetPid);
20 BOOST_LOG_TRIVIAL(info) << boost::format("Hijacked worker factory handle from the target process: %x") % *p_hWorkerFactory;
21 return p_hWorkerFactory;
22}
23
24std::shared_ptr<HANDLE> PoolParty::GetTargetThreadPoolIoCompletionHandle() const
25{

Callers 1

HijackHandlesMethod · 0.80

Calls 1

Tested by

no test coverage detected