| 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 */ |
| 233 | return FALSE; |
| 234 | } |
| 235 | |
| 236 | extern "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 */ |
nothing calls this directly
no outgoing calls
no test coverage detected