Add PE base relocation blocks

This commit is contained in:
Matt Nadareski
2022-11-05 22:03:17 -07:00
parent 5b08bef53f
commit 61702d9c2a
2 changed files with 53 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ namespace BurnOutSharp.Models.PortableExecutable
/// </summary>
public DelayLoadDirectoryTableEntry[] DelayLoadDirectoryTable { get; set; }
// TODO: Left off at "The .pdata Section"
// TODO: Left off at "The .tls Section"
// TODO: Implement and/or document the following non-modeled parts:
// - Grouped Sections (Object Only)
@@ -79,5 +79,6 @@ namespace BurnOutSharp.Models.PortableExecutable
// - The .idata Section
// - Import Lookup Table [has model, but bit-based]
// - Import Address Table
// - The .pdata Section [Multiple formats per entry]
}
}