mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-25 14:01:13 +00:00
finalize refactoring & ready for the PR
This commit is contained in:
@@ -20,7 +20,7 @@ namespace MalwareMultiScan.Backends.Backends.Abstracts
|
||||
|
||||
protected abstract Regex MatchRegex { get; }
|
||||
protected abstract string BackendPath { get; }
|
||||
protected virtual bool ParseStdErr { get; }
|
||||
protected virtual bool ParseStdErr { get; } = false;
|
||||
protected virtual bool ThrowOnNonZeroExitCode { get; } = true;
|
||||
|
||||
protected abstract string GetBackendArguments(string path);
|
||||
|
Reference in New Issue
Block a user