basic structure and initial scan request service

This commit is contained in:
Volodymyr Smirnov
2020-10-23 11:11:19 +03:00
parent 46d696cdb1
commit 96695664e0
23 changed files with 242 additions and 168 deletions

View File

@@ -11,14 +11,14 @@ namespace MalwareMultiScan.Backends.Backends.Implementations
public McAfeeScanBackend(ILogger logger) : base(logger)
{
}
public override string Id { get; } = "mcafeee";
public override DateTime DatabaseLastUpdate =>
File.GetLastWriteTime("/usr/local/uvscan/avvscan.dat");
protected override string BackendPath { get; } = "/usr/local/uvscan/uvscan";
protected override bool ThrowOnNonZeroExitCode { get; } = false;
protected override Regex MatchRegex { get; } =