Add PE auxiliary symbol record formats

This commit is contained in:
Matt Nadareski
2022-11-05 15:34:14 -07:00
parent 7208288c00
commit 7d7ec69dc1
2 changed files with 216 additions and 2 deletions

View File

@@ -41,6 +41,6 @@ namespace BurnOutSharp.Models.PortableExecutable
/// </summary>
public COFFSymbolTableEntry[] COFFSymbolTable { get; set; }
// TODO: Left off at "Auxiliary Symbol Records"
// TODO: Left off at "COMDAT Sections (Object Only)"
}
}