mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 13:45:57 +00:00
committed by
GitHub
parent
6a5afd8d2c
commit
3ffbeddcbe
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user