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

@@ -7,7 +7,7 @@ namespace BurnOutSharp.Models.PortableExecutable
/// should be modified when placed in the image file and subsequently loaded
/// into memory.
///
/// mage files do not contain COFF relocations, because all referenced symbols
/// Image files do not contain COFF relocations, because all referenced symbols
/// have already been assigned addresses in a flat address space. An image
/// contains relocation information in the form of base relocations in the
/// .reloc section (unless the image has the IMAGE_FILE_RELOCS_STRIPPED attribute).