From b496c79b34ba955cb954d834b3b1816be9490bf6 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 8 Dec 2022 14:49:39 -0800 Subject: [PATCH] Remove previously added note --- BurnOutSharp/ProtectionType/CDLock.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BurnOutSharp/ProtectionType/CDLock.cs b/BurnOutSharp/ProtectionType/CDLock.cs index d66dc6f1..797da301 100644 --- a/BurnOutSharp/ProtectionType/CDLock.cs +++ b/BurnOutSharp/ProtectionType/CDLock.cs @@ -34,8 +34,6 @@ namespace BurnOutSharp.ProtectionType if (sections == null) return null; - // TODO: Investigate "VirtualProtect" in Hint/Name table - // Get the .data/DATA section, if it exists var dataSectionRaw = pex.GetFirstSectionData(".data") ?? pex.GetFirstSectionData("DATA"); if (dataSectionRaw != null)