mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-08 18:06:34 +00:00
Fix odd case for secdrv.sys (fixes #8)
This commit is contained in:
@@ -214,7 +214,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
else if (fi.Length == 11973)
|
||||
return "SafeDisc 3.20";
|
||||
else
|
||||
return "SafeDisc 2 or greater";
|
||||
return "SafeDisc 1 or greater";
|
||||
}
|
||||
|
||||
private static string GetVersion(byte[] fileContent, int position)
|
||||
|
||||
Reference in New Issue
Block a user