Support ancient .NET

This commit is contained in:
Matt Nadareski
2023-11-14 16:10:10 -05:00
parent e823cbaee5
commit 9421249b8e
92 changed files with 512 additions and 148 deletions

View File

@@ -32,7 +32,7 @@ namespace BinaryObjectScanner.Protection
new PathMatchSet(new PathMatch("SafeLock.256", useEndsWith: true), "SafeLock"),
};
return MatchUtil.GetAllMatches(files ?? System.Array.Empty<string>(), matchers, any: true);
return MatchUtil.GetAllMatches(files, matchers, any: true);
}
/// <inheritdoc/>