mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 05:35:24 +00:00
Add PE COFF symbol table
This commit is contained in:
@@ -36,6 +36,11 @@ namespace BurnOutSharp.Models.PortableExecutable
|
||||
/// </summary>
|
||||
public SectionHeader[] SectionTable { get; set; }
|
||||
|
||||
// TODO: Left off at "COFF Symbol Table"
|
||||
/// <summary>
|
||||
/// COFF symbol table
|
||||
/// </summary>
|
||||
public COFFSymbolTableEntry[] COFFSymbolTable { get; set; }
|
||||
|
||||
// TODO: Left off at https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#section-number-values
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user