Add PE export directory table

This commit is contained in:
Matt Nadareski
2022-11-05 21:34:30 -07:00
parent 7e177f3cbf
commit 1eb844c75b
2 changed files with 77 additions and 1 deletions

View File

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