mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-16 05:45:03 +00:00
Add PE section table
This commit is contained in:
@@ -29,6 +29,13 @@ namespace BurnOutSharp.Models.PortableExecutable
|
||||
/// <summary>
|
||||
/// Optional header
|
||||
/// </summary>
|
||||
public OptionalHeader Optionalheader { get; set; }
|
||||
public OptionalHeader OptionalHeader { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Section table
|
||||
/// </summary>
|
||||
public SectionHeader[] SectionTable { get; set; }
|
||||
|
||||
// TODO: Left off at "COFF Relocations (Object Only)"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user