Add versioning to FrontLine ProActive (#385)

* Fix version

* sf
This commit is contained in:
HeroponRikiBestest
2025-09-20 20:00:55 -04:00
committed by GitHub
parent 6a5afd8d2c
commit 3ffbeddcbe

View File

@@ -59,11 +59,13 @@ namespace BinaryObjectScanner.Protection
// https://dbox.tools/titles/pc/46450FA4/
// https://dbox.tools/titles/pc/4F430FA0/
// https://dbox.tools/titles/pc/53450FA1/
name = exe.TradeName;
if (name.OptionalContains("FL ProActive"))
return "FrontLine ProActive";
return $"StarForce FrontLine ProActive {exe.GetInternalVersion()}";
// StarForce Crypto (SF Crypto)
// Found in "pcnsl.exe" in Redump entry 119679
// TODO: return version?
if (name.OptionalContains("SF Crypto"))
return "StarForce Crypto";