mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-18 23:05:11 +00:00
Continue exe organization, start IIF migration
This commit is contained in:
@@ -75,6 +75,8 @@ namespace BurnOutSharp.ProtectionType
|
||||
// (char)0x00 + (char)0x00 + BoG_
|
||||
new ContentMatchSet(new byte?[] { 0x00, 0x00, 0x42, 0x6F, 0x47, 0x5F }, Get320to4xVersion, "SafeDisc"),
|
||||
|
||||
// TODO: These two following are section headers. They should be converted to section header checks instead
|
||||
|
||||
// stxt774
|
||||
new ContentMatchSet(new byte?[] { 0x73, 0x74, 0x78, 0x74, 0x37, 0x37, 0x34 }, Get320to4xVersion, "SafeDisc"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user