mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-09 02:16:55 +00:00
Add note for later
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user