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

@@ -105,5 +105,10 @@ namespace BurnOutSharp.Models.PortableExecutable
/// COFF Relocations (Object Only)
/// </summary>
public COFFRelocation[] COFFRelocations;
/// <summary>
/// COFF Line Numbers (Deprecated)
/// </summary>
public COFFLineNumber[] COFFLineNumbers;
}
}