Add PE COFF line numbers to section headers

This commit is contained in:
Matt Nadareski
2022-11-05 00:08:00 -07:00
parent 41a4965775
commit e103ddd216
4 changed files with 49 additions and 2 deletions

View File

@@ -36,6 +36,6 @@ namespace BurnOutSharp.Models.PortableExecutable
/// </summary>
public SectionHeader[] SectionTable { get; set; }
// TODO: Left off at "COFF Relocations (Object Only)"
// TODO: Left off at "COFF Symbol Table"
}
}