mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-18 05:56:03 +00:00
Add NE segment table
This commit is contained in:
@@ -21,7 +21,11 @@ namespace BurnOutSharp.Models.NewExecutable
|
||||
/// </summary>
|
||||
public ExecutableHeader Header { get; set; }
|
||||
|
||||
// TODO: Segment Table
|
||||
/// <summary>
|
||||
/// Segment table
|
||||
/// </summary>
|
||||
public SegmentTableEntry[] SegmentTable { get; set; }
|
||||
|
||||
// TODO: Resource Table
|
||||
// TODO: Resident-Name Table
|
||||
// TODO: Module-Reference Table
|
||||
|
||||
Reference in New Issue
Block a user