Add PE debug directory

This commit is contained in:
Matt Nadareski
2022-11-05 21:29:36 -07:00
parent eb91cfbda1
commit 7e177f3cbf
2 changed files with 67 additions and 1 deletions

View File

@@ -56,6 +56,6 @@ namespace BurnOutSharp.Models.PortableExecutable
/// </summary>
public DelayLoadDirectoryTableEntry[] DelayLoadDirectoryTable { get; set; }
// TODO: Left off at "Special Sections"
// TODO: Left off at "Export Directory Table"
}
}