Add note for later

This commit is contained in:
Matt Nadareski
2025-09-11 12:14:07 -04:00
parent 0a3cb79b1c
commit eb01dd1e25

View File

@@ -100,6 +100,11 @@ namespace SabreTools.Serialization.Deserializers
pex.SectionTable[i] = ParseSectionHeader(data);
}
// TODO: Figure out a way to determine the end of the data here
// to find hidden things between the end of the section table and
// the beginning of the next data block. Some packers and protections
// can hide things here, e.g. ActiveMark
#endregion
#region COFF Symbol Table and COFF String Table