Add note to CD-Lock

This commit is contained in:
Matt Nadareski
2022-12-08 14:44:15 -08:00
parent e1bd26f712
commit fcad7db5ab

View File

@@ -34,6 +34,8 @@ 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)