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