From abfcc52fd2d76bbfbf1f3ccf1370dff292c145e3 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 7 Sep 2025 12:44:04 -0400 Subject: [PATCH] Tweak a couple more Uniloc --- BinaryObjectScanner/Protection/UnilocSoftAnchor.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/BinaryObjectScanner/Protection/UnilocSoftAnchor.cs b/BinaryObjectScanner/Protection/UnilocSoftAnchor.cs index fea312ca..24ac33d9 100644 --- a/BinaryObjectScanner/Protection/UnilocSoftAnchor.cs +++ b/BinaryObjectScanner/Protection/UnilocSoftAnchor.cs @@ -25,8 +25,14 @@ namespace BinaryObjectScanner.Protection // TODO: Come to an agreement as to what the version should be // Found in Redump entry 114428 + // Found in Alpha Protocol -- TODO: Get Redump ID(s) var name = exe.CompanyName; - if (name.OptionalStartsWith("Uniloc USA Inc.")) + if (name.OptionalStartsWith("Uniloc USA")) + return "Uniloc SoftAnchor"; + + // Found in Alpha Protocol -- TODO: Get Redump ID(s) + name = exe.InternalName; + if (name.OptionalStartsWith("saAudit")) return "Uniloc SoftAnchor"; // Found in Redump entry 114428