Add PE CLR token definition symbol

This commit is contained in:
Matt Nadareski
2022-11-05 15:37:25 -07:00
parent 7d7ec69dc1
commit f4d1ce5388
2 changed files with 32 additions and 1 deletions

View File

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