Add entry point note to Steam

This commit is contained in:
Matt Nadareski
2022-06-22 10:03:14 -07:00
parent 84c6c257df
commit c14005dcc4

View File

@@ -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;
}