mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-17 06:14:59 +00:00
Add PKLITE32 detection (fixes #100)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user