mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-17 05:45:14 +00:00
Fix getting last section for SmartE
This commit is contained in:
@@ -18,7 +18,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
return null;
|
||||
|
||||
// Get the last section
|
||||
var lastSetionData = pex.GetSectionData(sections.Length);
|
||||
var lastSetionData = pex.GetSectionData(sections.Length - 1);
|
||||
if (lastSetionData != null)
|
||||
{
|
||||
var matchers = new List<ContentMatchSet>
|
||||
|
||||
Reference in New Issue
Block a user