mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-12 20:07:02 +00:00
Add PE attribute certificate table
This commit is contained in:
@@ -46,6 +46,11 @@ namespace BurnOutSharp.Models.PortableExecutable
|
||||
/// </summary>
|
||||
public COFFStringTable COFFStringTable { get; set; }
|
||||
|
||||
// TODO: Left off at "The Attribute Certificate Table (Image Only)"
|
||||
/// <summary>
|
||||
/// Attribute certificate table
|
||||
/// </summary>
|
||||
public AttributeCertificateTableEntry[] AttributeCertificateTable { get; set; }
|
||||
|
||||
// TODO: Left off at "Delay-Load Import Tables (Image Only)"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user