mirror of
https://github.com/netero1010/EDRSilencer.git
synced 2026-06-08 17:07:11 +00:00
+3
-1
@@ -9,7 +9,9 @@ char* edrProcess[] = {
|
|||||||
"elastic-endpoint.exe",
|
"elastic-endpoint.exe",
|
||||||
"filebeat.exe",
|
"filebeat.exe",
|
||||||
// Trellix EDR
|
// Trellix EDR
|
||||||
"xagt.exe"
|
"xagt.exe",
|
||||||
|
// Qualys EDR
|
||||||
|
"QualysAgent.exe",
|
||||||
};
|
};
|
||||||
|
|
||||||
BOOL inWfpFlag[sizeof(edrProcess) / sizeof(edrProcess[0])] = { FALSE };
|
BOOL inWfpFlag[sizeof(edrProcess) / sizeof(edrProcess[0])] = { FALSE };
|
||||||
|
|||||||
Reference in New Issue
Block a user