mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-29 20:23:04 +00:00
Fix reading generic sections
This commit is contained in:
@@ -48,7 +48,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
return $"SolidShield Activation Manager Module {GetFileVersion(pex)}";
|
||||
|
||||
// Get the .init section, if it exists
|
||||
var initSectionRaw = pex.ReadRawSection(fileContent, ".init", true);
|
||||
var initSectionRaw = pex.ReadRawSection(fileContent, ".init", first: true);
|
||||
if (initSectionRaw != null)
|
||||
{
|
||||
var matchers = new List<ContentMatchSet>
|
||||
|
||||
Reference in New Issue
Block a user