mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-22 14:54:56 +00:00
Cleanup and bugfixes; additional notes
This commit is contained in:
@@ -13,9 +13,6 @@ namespace BurnOutSharp.ProtectionType
|
||||
// TODO: Does the ".shr" section in the code have anything to do with this?
|
||||
public class SecuROM : IContentCheck, IPathCheck
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public List<ContentMatchSet> GetContentMatchSets() => null;
|
||||
|
||||
/// <inheritdoc/>
|
||||
public string CheckContents(string file, byte[] fileContent, bool includeDebug = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user