Hook up ITENIUM

This commit is contained in:
Matt Nadareski
2020-10-31 14:43:27 -07:00
parent 938e1f94bb
commit 69a04ff825

View File

@@ -146,6 +146,11 @@ namespace BurnOutSharp.FileType
if (!string.IsNullOrWhiteSpace(protection))
Utilities.AppendToDictionary(protections, file, protection);
// ITENIUM Trial & Buy Protection
protection = Itenium.CheckContents(fileContent, scanner.IncludePosition);
if (!string.IsNullOrWhiteSpace(protection))
Utilities.AppendToDictionary(protections, file, protection);
// JoWooD X-Prot
protection = JoWooDXProt.CheckContents(fileContent, scanner.IncludePosition);
if (!string.IsNullOrWhiteSpace(protection))