From 3ce4ac785e813ccc4af08fa3feee08a514c9d1ec Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 23 Sep 2021 15:13:57 -0700 Subject: [PATCH] Comment out probable NE-only check --- BurnOutSharp/ProtectionType/CDDVDCops.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/BurnOutSharp/ProtectionType/CDDVDCops.cs b/BurnOutSharp/ProtectionType/CDDVDCops.cs index bed5194c..abf60b28 100644 --- a/BurnOutSharp/ProtectionType/CDDVDCops.cs +++ b/BurnOutSharp/ProtectionType/CDDVDCops.cs @@ -50,12 +50,12 @@ namespace BurnOutSharp.ProtectionType var contentMatchSets = new List { // TODO: Remove from here once it's confirmed that no PE executables contain this string - // CD-Cops, ver. - new ContentMatchSet(new byte?[] - { - 0x43, 0x44, 0x2D, 0x43, 0x6F, 0x70, 0x73, 0x2C, - 0x20, 0x20, 0x76, 0x65, 0x72, 0x2E, 0x20 - }, GetVersion, "CD-Cops"), + // // CD-Cops, ver. + // new ContentMatchSet(new byte?[] + // { + // 0x43, 0x44, 0x2D, 0x43, 0x6F, 0x70, 0x73, 0x2C, + // 0x20, 0x20, 0x76, 0x65, 0x72, 0x2E, 0x20 + // }, GetVersion, "CD-Cops"), // // DVD-Cops, ver. new ContentMatchSet(new byte?[]