mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-16 05:44:53 +00:00
Tweak a couple more Uniloc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user