diff --git a/BurnOutSharp.Models/PortableExecutable/Executable.cs b/BurnOutSharp.Models/PortableExecutable/Executable.cs index e7aee3ae..b5eda76d 100644 --- a/BurnOutSharp.Models/PortableExecutable/Executable.cs +++ b/BurnOutSharp.Models/PortableExecutable/Executable.cs @@ -118,10 +118,12 @@ namespace BurnOutSharp.Models.PortableExecutable #endregion // TODO: Implement and/or document the following non-modeled parts: - // - Delay Import Address Table - // - Delay Import Name Table - // - Delay Bound Import Address Table - // - Delay Unload Import Address Table + // - Delay-Load Import Tables + // - [The Delay-Load Directory Table] + // - Delay Import Address Table + // - Delay Import Name Table + // - Delay Bound Import Address Table + // - Delay Unload Import Address Table // - The .pdata Section [Multiple formats per entry] // - The .reloc Section (Image Only) // - The .tls Section