mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-18 12:12:53 +00:00
Fix reference to PE TradeName
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user