From 7394f14218d2946c46e5bcd5c384ec0908c29e92 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 10 Nov 2022 21:38:52 -0800 Subject: [PATCH] Add missing PE notes for sections --- BurnOutSharp.Models/PortableExecutable/Executable.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BurnOutSharp.Models/PortableExecutable/Executable.cs b/BurnOutSharp.Models/PortableExecutable/Executable.cs index 6aeaff28..e7aee3ae 100644 --- a/BurnOutSharp.Models/PortableExecutable/Executable.cs +++ b/BurnOutSharp.Models/PortableExecutable/Executable.cs @@ -123,7 +123,10 @@ namespace BurnOutSharp.Models.PortableExecutable // - Delay Bound Import Address Table // - Delay Unload Import Address Table // - The .pdata Section [Multiple formats per entry] - // - TLS Callback Functions + // - The .reloc Section (Image Only) + // - The .tls Section + // - TLS Callback Functions + // - [The Load Configuration Structure (Image Only)] // TODO: Determine if "Archive (Library) File Format" is worth modelling }