mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-15 05:36:03 +00:00
Add PE delay load directory
This commit is contained in:
@@ -51,6 +51,11 @@ namespace BurnOutSharp.Models.PortableExecutable
|
||||
/// </summary>
|
||||
public AttributeCertificateTableEntry[] AttributeCertificateTable { get; set; }
|
||||
|
||||
// TODO: Left off at "Delay-Load Import Tables (Image Only)"
|
||||
/// <summary>
|
||||
/// Delay-load directory table
|
||||
/// </summary>
|
||||
public DelayLoadDirectoryTableEntry[] DelayLoadDirectoryTable { get; set; }
|
||||
|
||||
// TODO: Left off at "Special Sections"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user