mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-18 14:55:05 +00:00
Add LE/LX per-page checksum table
This commit is contained in:
@@ -49,8 +49,13 @@ namespace BurnOutSharp.Models.LinearExecutable
|
||||
/// </summary>
|
||||
public ModuleFormatDirectivesTableEntry[] ModuleFormatDirectivesTable { get; set; }
|
||||
|
||||
// TODO: Resident directives data
|
||||
// TODO: Per-page checksum table
|
||||
// TODO: Verify Record directives table
|
||||
|
||||
/// <summary>
|
||||
/// Per-Page checksum table
|
||||
/// </summary>
|
||||
public PerPageChecksumTableEntry[] PerPageChecksumTable { get; set; }
|
||||
|
||||
// TODO: Fix-up page table
|
||||
// TODO: Fix-up record table
|
||||
// TODO: Imported modules name table
|
||||
|
||||
Reference in New Issue
Block a user