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

Function BeaconInjectTemporaryProcess

beacon/beacon.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 */
243 return;
244}
245
246extern "C" BEACON_IMPEX void BeaconCleanupProcess(PROCESS_INFORMATION* pInfo) {
247 (void)CloseHandle(pInfo->hThread);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected