mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-12 05:35:17 +00:00
Add PE COFF string table
This commit is contained in:
@@ -41,6 +41,11 @@ namespace BurnOutSharp.Models.PortableExecutable
|
||||
/// </summary>
|
||||
public COFFSymbolTableEntry[] COFFSymbolTable { get; set; }
|
||||
|
||||
// TODO: Left off at "COFF String Table"
|
||||
/// <summary>
|
||||
/// COFF string table
|
||||
/// </summary>
|
||||
public COFFStringTable COFFStringTable { get; set; }
|
||||
|
||||
// TODO: Left off at "The Attribute Certificate Table (Image Only)"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user