Add notes to DVD-Cops

This commit is contained in:
Matt Nadareski
2021-08-30 10:02:40 -07:00
parent e0e22d91e1
commit 9c32f663b0

View File

@@ -10,6 +10,7 @@ namespace BurnOutSharp.ProtectionType
/// <inheritdoc/>
public List<ContentMatchSet> GetContentMatchSets()
{
// TODO: Obtain a sample to find where this string is in a typical executable
return new List<ContentMatchSet>
{
// DVD-Cops, ver.
@@ -21,6 +22,7 @@ namespace BurnOutSharp.ProtectionType
};
}
/// TODO: Does this look for the `.grand` section like CD-Cops?
/// <inheritdoc/>
public string CheckContents(string file, byte[] fileContent, bool includeDebug = false) => null;