Skip to content

Commit 3ffbedd

Browse files
Add versioning to FrontLine ProActive (#385)
* Fix version * sf
1 parent 6a5afd8 commit 3ffbedd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BinaryObjectScanner/Protection/StarForce.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ public class StarForce : IExecutableCheck<PortableExecutable>, IPathCheck
5959
// https://dbox.tools/titles/pc/46450FA4/
6060
// https://dbox.tools/titles/pc/4F430FA0/
6161
// https://dbox.tools/titles/pc/53450FA1/
62+
name = exe.TradeName;
6263
if (name.OptionalContains("FL ProActive"))
63-
return "FrontLine ProActive";
64+
return $"StarForce FrontLine ProActive {exe.GetInternalVersion()}";
6465

6566
// StarForce Crypto (SF Crypto)
6667
// Found in "pcnsl.exe" in Redump entry 119679
68+
// TODO: return version?
6769
if (name.OptionalContains("SF Crypto"))
6870
return "StarForce Crypto";
6971

0 commit comments

Comments
 (0)