Remove previously added note

This commit is contained in:
Matt Nadareski
2022-12-08 14:49:39 -08:00
parent fcad7db5ab
commit b496c79b34

View File

@@ -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)