mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-08 18:06:34 +00:00
Add newly found Shrinker section name
This commit is contained in:
@@ -10,11 +10,12 @@ namespace BinaryObjectScanner.Packer
|
||||
/// <inheritdoc/>
|
||||
public string? CheckExecutable(string file, PortableExecutable exe, bool includeDebug)
|
||||
{
|
||||
// TODO: Confirm if both need to be present
|
||||
// TODO: Figure out how to get version
|
||||
|
||||
if (exe.ContainsSection(".shrink0", exact: true))
|
||||
return "Shrinker";
|
||||
if (exe.ContainsSection(".shrink1", exact: true))
|
||||
return "Shrinker";
|
||||
if (exe.ContainsSection(".shrink2", exact: true))
|
||||
return "Shrinker";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user