mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-08-05 07:29:23 +00:00
Reduce redundant code in content matchers now
This commit is contained in:
@@ -32,10 +32,6 @@ namespace BurnOutSharp.ProtectionType
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public string CheckContents(string file, byte[] fileContent, bool includeDebug = false)
|
||||
{
|
||||
var matchers = GetContentMatchSets();
|
||||
return MatchUtil.GetFirstMatch(file, fileContent, matchers, includeDebug);
|
||||
}
|
||||
public string CheckContents(string file, byte[] fileContent, bool includeDebug = false) => null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user