Continue exe organization, start IIF migration

This commit is contained in:
Matt Nadareski
2021-08-27 09:42:05 -07:00
parent 4b5d0980f7
commit 2de4f3f808
33 changed files with 738 additions and 378 deletions

View File

@@ -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"),