From 957d82b2f7dde35154b5d5ce859a3ab8d26b05e8 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 17 Jul 2021 23:06:11 -0700 Subject: [PATCH] Add new SecuROM PA detection --- BurnOutSharp/ProtectionType/SecuROM.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/BurnOutSharp/ProtectionType/SecuROM.cs b/BurnOutSharp/ProtectionType/SecuROM.cs index 5073ff8e..c395ba2a 100644 --- a/BurnOutSharp/ProtectionType/SecuROM.cs +++ b/BurnOutSharp/ProtectionType/SecuROM.cs @@ -37,6 +37,14 @@ namespace BurnOutSharp.ProtectionType 0x64, 0x6F, 0x69, 0x74 }, Utilities.GetFileVersion, "SecuROM Product Activation"), + // S + (char)0x00 + e + (char)0x00 + c + (char)0x00 + u + (char)0x00 + R + (char)0x00 + O + (char)0x00 + M + (char)0x00 + + (char)0x00 + P + (char)0x00 + A + (char)0x00 + new ContentMatchSet(new byte?[] + { + 0x53, 0x00, 0x65, 0x00, 0x63, 0x00, 0x75, 0x00, + 0x52, 0x00, 0x4F, 0x00, 0x4D, 0x00, 0x20, 0x00, + 0x50, 0x00, 0x41, 0x00 + }, Utilities.GetFileVersion, "SecuROM Product Activation"), + // .cms_t + (char)0x00 new ContentMatchSet(new byte?[] { 0x2E, 0x63, 0x6D, 0x73, 0x5F, 0x74, 0x00 }, "SecuROM 1-3"),