| 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 */ |
| 238 | return; |
| 239 | } |
| 240 | |
| 241 | extern "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 */ |
nothing calls this directly
no outgoing calls
no test coverage detected