mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-23 15:24:45 +00:00
Disable .shr section for SecuROM for now
This commit is contained in:
@@ -39,10 +39,12 @@ namespace BurnOutSharp.ProtectionType
|
||||
return $"SecuROM {GetV7Version(pex)}";
|
||||
|
||||
// TODO: This needs a lot of verification, including version
|
||||
// Get the .shr section, if it exists
|
||||
bool shrSection = pex.ContainsSection(".shr", exact: true);
|
||||
if (shrSection)
|
||||
return $"SecuROM 8 (White Label)";
|
||||
// Disabled until overmatching can be solved
|
||||
|
||||
//// Get the .shr section, if it exists
|
||||
//bool shrSection = pex.ContainsSection(".shr", exact: true);
|
||||
//if (shrSection)
|
||||
// return $"SecuROM 8 (White Label)";
|
||||
|
||||
// Get the .sll section, if it exists
|
||||
bool sllSection = pex.ContainsSection(".sll", exact: true);
|
||||
|
||||
Reference in New Issue
Block a user