From e968eeea96e8635c9edcce8eb52b45cc7008c2bd Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 22 Jun 2022 10:17:56 -0700 Subject: [PATCH] Add entry point note to Tages --- BurnOutSharp/ProtectionType/Tages.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BurnOutSharp/ProtectionType/Tages.cs b/BurnOutSharp/ProtectionType/Tages.cs index 130ecba2..9c324122 100644 --- a/BurnOutSharp/ProtectionType/Tages.cs +++ b/BurnOutSharp/ProtectionType/Tages.cs @@ -41,6 +41,9 @@ namespace BurnOutSharp.ProtectionType else if (!string.IsNullOrWhiteSpace(name) && name.StartsWith("T@GES", StringComparison.OrdinalIgnoreCase)) return $"TAGES Activation Client {GetVersion(pex)}"; + // TODO: Add entry point check + // https://github.com/horsicq/Detect-It-Easy/blob/master/db/PE/Tages.2.sg + // Get the .data section, if it exists if (pex.DataSectionRaw != null) {