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

Function BeaconSpawnTemporaryProcess

beacon/beacon.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231extern "C" BEACON_IMPEX BOOL BeaconSpawnTemporaryProcess(BOOL x86, BOOL ignoreToken, STARTUPINFO * sInfo, PROCESS_INFORMATION * pInfo) {
232 /* Leaving this to be implemented by people needing/wanting it */
233 return FALSE;
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 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected