Add PE hint name table entries

This commit is contained in:
Matt Nadareski
2022-11-05 21:49:34 -07:00
parent 9855c0c13e
commit 53a6588054
2 changed files with 24 additions and 1 deletions

View File

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