diff --git a/BinaryObjectScanner/Protection/CEG.cs b/BinaryObjectScanner/Protection/CEG.cs index 479bd2f2..c566b9a0 100644 --- a/BinaryObjectScanner/Protection/CEG.cs +++ b/BinaryObjectScanner/Protection/CEG.cs @@ -16,7 +16,7 @@ public partial class CEG : IExecutableCheck var strs = exe.GetFirstSectionStrings(".rdata"); if (strs is not null) { - if (strs.Exists(s => s.Contains("STEAMSTART") && s.Contains("STEAM_DRM_IPC"))) + if (strs.Exists(s => s.Contains("STEAMSTART")) && strs.Exists(s => s.Contains("STEAM_DRM_IPC"))) { if (strs.Exists(s => s.Contains("This file has been stripped"))) {