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;