mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 05:35:24 +00:00
Add PE COFF line numbers to section headers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user