Add PE section numbers

This commit is contained in:
Matt Nadareski
2022-11-05 15:16:38 -07:00
parent aff3745859
commit 7208288c00
2 changed files with 25 additions and 1 deletions

View File

@@ -41,6 +41,6 @@ namespace BurnOutSharp.Models.PortableExecutable
/// </summary>
public COFFSymbolTableEntry[] COFFSymbolTable { get; set; }
// TODO: Left off at https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#section-number-values
// TODO: Left off at "Auxiliary Symbol Records"
}
}