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

Method GetWorkerFactoryBasicInformation

PoolParty/PoolParty.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38WORKER_FACTORY_BASIC_INFORMATION PoolParty::GetWorkerFactoryBasicInformation(HANDLE hWorkerFactory) const
39{
40 WORKER_FACTORY_BASIC_INFORMATION WorkerFactoryInformation{ 0 };
41 w_NtQueryInformationWorkerFactory(hWorkerFactory, WorkerFactoryBasicInformation, &WorkerFactoryInformation, sizeof(WorkerFactoryInformation), nullptr);
42 BOOST_LOG_TRIVIAL(info) << "Retrieved target worker factory basic information";
43 return WorkerFactoryInformation;
44}
45
46void PoolParty::HijackHandles()
47{

Callers 2

HijackHandlesMethod · 0.80
SetupExecutionMethod · 0.80

Calls 1

Tested by

no test coverage detected