Add PKLITE32 detection (fixes #100)

This commit is contained in:
Matt Nadareski
2025-09-07 11:09:43 -04:00
parent 0d371d0f3c
commit bef5749b5e
3 changed files with 23 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ namespace BinaryObjectScanner.Protection
return "Uniloc SoftAnchor";
// Found in Redump entry 114428
if (Array.IndexOf(exe.SectionNames, "SAAC0") > -1)
if (exe.ContainsSection("SAAC0"))
return "Uniloc SoftAnchor";
return null;