From e28b930f85f6b77305512b5948eeef8e09fa34f4 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 22 Jun 2022 09:57:12 -0700 Subject: [PATCH] Add entry point note to SafeDisc --- BurnOutSharp/ProtectionType/SafeDisc.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BurnOutSharp/ProtectionType/SafeDisc.cs b/BurnOutSharp/ProtectionType/SafeDisc.cs index a5ce1b73..301a9e5d 100644 --- a/BurnOutSharp/ProtectionType/SafeDisc.cs +++ b/BurnOutSharp/ProtectionType/SafeDisc.cs @@ -51,6 +51,9 @@ namespace BurnOutSharp.ProtectionType if (stxt371Section || stxt774Section) return $"SafeDisc {Get320to4xVersion(null, null, null)}"; + // TODO: Add entry point check + // https://github.com/horsicq/Detect-It-Easy/blob/master/db/PE/Safedisc.2.sg + return null; }