Add NE segment table

This commit is contained in:
Matt Nadareski
2022-11-03 23:38:51 -07:00
parent abec45c492
commit 4e55cf0baa
4 changed files with 82 additions and 2 deletions

View File

@@ -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