mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-22 06:36:47 +00:00
Remove TODO that was done
This commit is contained in:
@@ -76,13 +76,6 @@ namespace SabreTools.Models.PortableExecutable
|
||||
/// <see href="https://learn.microsoft.com/en-us/windows/win32/debug/pe-format"/>
|
||||
#region Export Table (.edata)
|
||||
|
||||
// TODO: Look into splitting this up
|
||||
// Technically speaking, even though all of these should live in the same
|
||||
// section, there is nothing in the spec that guarantees that they are together
|
||||
// outside of the obvious logical grouping. The directory table is more obviously
|
||||
// directly a part of the executable, while the other 4 structures are all based
|
||||
// on information from that one-row table.
|
||||
|
||||
/// <summary>
|
||||
/// A table with just one row (unlike the debug directory). This table indicates the
|
||||
/// locations and sizes of the other export tables.
|
||||
|
||||
Reference in New Issue
Block a user