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

Function BeaconGetSpawnTo

beacon/beacon.cpp:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 * These functions are basic place holders, and if implemented into something
226 * real should be just calling internal functions for your tools. */
227extern "C" BEACON_IMPEX void BeaconGetSpawnTo(BOOL x86, char* buffer, int length) {
228 return;
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 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected