Better split matching code, fix UPX name

This commit is contained in:
Matt Nadareski
2021-03-22 00:41:18 -07:00
parent ea022de022
commit 7aca58a6c9
47 changed files with 251 additions and 200 deletions

View File

@@ -17,7 +17,7 @@ namespace BurnOutSharp.ProtectionType
new Matcher(new byte?[] { 0x42, 0x49, 0x54, 0x41, 0x52, 0x54, 0x53 }, "SmartE"),
};
return Utilities.GetFirstContentMatch(file, fileContent, matchers, includePosition);
return MatchUtil.GetFirstContentMatch(file, fileContent, matchers, includePosition);
}
/// <inheritdoc/>