mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-08 18:06:34 +00:00
Check overlay for NSIS
This commit is contained in:
@@ -25,6 +25,14 @@ namespace BinaryObjectScanner.Packer
|
||||
return "NSIS";
|
||||
}
|
||||
|
||||
// Get the overlay strings, if they exist
|
||||
strs = exe.OverlayStrings;
|
||||
if (strs != null)
|
||||
{
|
||||
if (strs.Exists(s => s.Contains("NullsoftInst")))
|
||||
return "NSIS";
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user