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

Method PoolParty

PoolParty/PoolParty.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> g_WideString_Converter;
4
5PoolParty::PoolParty(DWORD dwTargetPid, unsigned char* cShellcode, SIZE_T szShellcodeSize)
6 : m_dwTargetPid(dwTargetPid), m_cShellcode(cShellcode), m_szShellcodeSize(szShellcodeSize)
7{
8}
9
10std::shared_ptr<HANDLE> PoolParty::GetTargetProcessHandle() const
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected