Skip to content

Commit 8f2d20d

Browse files
committed
Fix reference to PE TradeName
1 parent 8e516f3 commit 8f2d20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinaryObjectScanner/Protection/StarForce.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class StarForce : IExecutableCheck<PortableExecutable>, IPathCheck
5757
// https://dbox.tools/titles/pc/46450FA4/
5858
// https://dbox.tools/titles/pc/4F430FA0/
5959
// https://dbox.tools/titles/pc/53450FA1/
60-
name = pex.GetVersionInfoString(key: "TradeName");
60+
name = pex.TradeName;
6161
if (name.OptionalContains("FL ProActive"))
6262
return $"FrontLine ProActive";
6363

0 commit comments

Comments
 (0)