Fix reference to PE TradeName

This commit is contained in:
Matt Nadareski
2025-07-31 09:26:12 -04:00
parent 8e516f3b6b
commit 8f2d20dcfa

View File

@@ -57,7 +57,7 @@ namespace BinaryObjectScanner.Protection
// https://dbox.tools/titles/pc/46450FA4/
// https://dbox.tools/titles/pc/4F430FA0/
// https://dbox.tools/titles/pc/53450FA1/
name = pex.GetVersionInfoString(key: "TradeName");
name = pex.TradeName;
if (name.OptionalContains("FL ProActive"))
return $"FrontLine ProActive";