mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-30 12:43:06 +00:00
Perform some post-removal cleanup
This commit is contained in:
@@ -24,7 +24,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
/// <summary>
|
||||
/// Set of all ContentMatchSets for this protection
|
||||
/// </summary>
|
||||
private static List<ContentMatchSet> contentMatchers = new List<ContentMatchSet>
|
||||
private static readonly List<ContentMatchSet> contentMatchers = new List<ContentMatchSet>
|
||||
{
|
||||
// Trial + (char)0x00 + P
|
||||
new ContentMatchSet(new byte?[] { 0x54, 0x72, 0x69, 0x61, 0x6C, 0x00, 0x50 }, "INTENIUM Trial & Buy Protection"),
|
||||
|
||||
Reference in New Issue
Block a user