From 9c32f663b0387efeb2bb7562ad8e61937a60a386 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 30 Aug 2021 10:02:40 -0700 Subject: [PATCH] Add notes to DVD-Cops --- BurnOutSharp/ProtectionType/DVDCops.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BurnOutSharp/ProtectionType/DVDCops.cs b/BurnOutSharp/ProtectionType/DVDCops.cs index 6fee2ca0..1354789a 100644 --- a/BurnOutSharp/ProtectionType/DVDCops.cs +++ b/BurnOutSharp/ProtectionType/DVDCops.cs @@ -10,6 +10,7 @@ namespace BurnOutSharp.ProtectionType /// public List GetContentMatchSets() { + // TODO: Obtain a sample to find where this string is in a typical executable return new List { // DVD-Cops, ver. @@ -21,6 +22,7 @@ namespace BurnOutSharp.ProtectionType }; } + /// TODO: Does this look for the `.grand` section like CD-Cops? /// public string CheckContents(string file, byte[] fileContent, bool includeDebug = false) => null;