Move delay load table because it was missed

This commit is contained in:
Matt Nadareski
2025-09-22 12:39:44 -04:00
parent 76dac1025c
commit 9e9fcac654

View File

@@ -48,11 +48,6 @@ namespace SabreTools.Models.PortableExecutable
/// </summary>
public COFF.StringTable? StringTable { get; set; }
/// <summary>
/// Delay-load directory table
/// </summary>
public DelayLoad.DirectoryTable? DelayLoadDirectoryTable { get; set; }
#region Data Directories
/// <summary>
@@ -192,7 +187,16 @@ namespace SabreTools.Models.PortableExecutable
// TODO: Thread Local Storage (.tls)
// TODO: Load Configuration Table
// TODO: Bound Import Table
// TODO: Delay Import Descriptor
#region Delay Load Table
/// <summary>
/// Delay-load directory table
/// </summary>
public DelayLoad.DirectoryTable? DelayLoadDirectoryTable { get; set; }
#endregion
// TODO: CLR Runtime Header (.cormeta)
// TODO: Reserved