Add PE TLS directory

This commit is contained in:
Matt Nadareski
2022-11-05 22:11:41 -07:00
parent 61702d9c2a
commit a1d7e65ffb
2 changed files with 99 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 .tls Section"
// TODO: Left off at "The Load Configuration Structure (Image Only)"
// TODO: Implement and/or document the following non-modeled parts:
// - Grouped Sections (Object Only)
@@ -80,5 +80,7 @@ namespace BurnOutSharp.Models.PortableExecutable
// - Import Lookup Table [has model, but bit-based]
// - Import Address Table
// - The .pdata Section [Multiple formats per entry]
// - TLS Callback Functions
//
}
}