mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-17 14:25:12 +00:00
Add PE resource classes
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user