diff --git a/BurnOutSharp/ProtectionType/Steam.cs b/BurnOutSharp/ProtectionType/Steam.cs index 8b2c9108..c3b5cd7d 100644 --- a/BurnOutSharp/ProtectionType/Steam.cs +++ b/BurnOutSharp/ProtectionType/Steam.cs @@ -35,6 +35,9 @@ namespace BurnOutSharp.ProtectionType else if (!string.IsNullOrEmpty(name) && name.Contains("Steam Client Service")) return "Steam"; + /// TODO: Add entry point checks + /// https://github.com/horsicq/Detect-It-Easy/blob/master/db/PE/Steam.2.sg + return null; }