Add PE resource classes

This commit is contained in:
Matt Nadareski
2022-11-05 22:45:18 -07:00
parent 0dc4f0f11a
commit 94ce87d953
5 changed files with 165 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 .rsrc Section"
// TODO: Left off at "The .cormeta Section (Object Only)"
// TODO: Implement and/or document the following non-modeled parts:
// - Grouped Sections (Object Only)
@@ -81,5 +81,6 @@ namespace BurnOutSharp.Models.PortableExecutable
// - Import Address Table
// - The .pdata Section [Multiple formats per entry]
// - TLS Callback Functions
// - The .rsrc Section
}
}