mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-10 17:31:23 +00:00
Adds randomization of service name
This commit is contained in:
@@ -1689,15 +1689,16 @@ void OperateNotifyRoutines(DWORD64 NotifyRoutineAddress, struct FOUND_EDR_CALLBA
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
edrDrivers->index = edrDrivers->index + CurrentEDRDriversCount;
|
||||
if (CurrentEDRDriversCount == 0) {
|
||||
_tprintf(TEXT("[+] No EDR driver(s) found!\n"));
|
||||
}
|
||||
else if (remove) {
|
||||
_tprintf(TEXT("[+] Removed a total of %i EDR driver(s)\n"), CurrentEDRDriversCount);
|
||||
_tprintf(TEXT("[+] Removed a total of %i EDR / security products driver(s)\n"), CurrentEDRDriversCount);
|
||||
}
|
||||
else {
|
||||
_tprintf(TEXT("[+] Found a total of %i EDR driver(s)\n"), CurrentEDRDriversCount);
|
||||
_tprintf(TEXT("[+] Found a total of %i EDR / security products driver(s)\n"), CurrentEDRDriversCount);
|
||||
}
|
||||
|
||||
CloseHandle(Device);
|
||||
|
||||
Reference in New Issue
Block a user