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

Function BeaconCleanupProcess

beacon/beacon.cpp:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246extern "C" BEACON_IMPEX void BeaconCleanupProcess(PROCESS_INFORMATION* pInfo) {
247 (void)CloseHandle(pInfo->hThread);
248 (void)CloseHandle(pInfo->hProcess);
249 return;
250}
251
252extern "C" BEACON_IMPEX BOOL toWideChar(char* src, wchar_t* dst, int max) {
253 if (max < sizeof(wchar_t))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected