mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-18 14:07:33 +00:00
Fix SLL comment
This commit is contained in:
@@ -40,7 +40,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
if (shrSection)
|
||||
return $"SecuROM 8 (White Label)";
|
||||
|
||||
// Get the .shr section, if it exists
|
||||
// Get the .sll section, if it exists
|
||||
bool sllSection = pex.ContainsSection(".sll", exact: true);
|
||||
if (sllSection)
|
||||
return $"SecuROM SLL Protected (for SecuROM v8.x)";
|
||||
|
||||
Reference in New Issue
Block a user