Add newly found Shrinker section name

This commit is contained in:
Matt Nadareski
2025-09-26 20:59:19 -04:00
parent d07e46c5f7
commit 8a6179ea11

View File

@@ -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";