MCPcopy Create free account
hub / github.com/NetSPI/BOF-PE / BeaconInjectProcess

Function BeaconInjectProcess

beacon/beacon.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236extern "C" BEACON_IMPEX void BeaconInjectProcess(HANDLE hProc, int pid, char* payload, int p_len, int p_offset, char * arg, int a_len) {
237 /* Leaving this to be implemented by people needing/wanting it */
238 return;
239}
240
241extern "C" BEACON_IMPEX void BeaconInjectTemporaryProcess(PROCESS_INFORMATION* pInfo, char* payload, int p_len, int p_offset, char* arg, int a_len) {
242 /* Leaving this to be implemented by people needing/wanting it */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected