mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-13 12:26:49 +00:00
Add PE COFF relocations to section headers
This commit is contained in:
@@ -100,5 +100,10 @@ namespace BurnOutSharp.Models.PortableExecutable
|
||||
/// The flags that describe the characteristics of the section.
|
||||
/// </summary>
|
||||
public SectionFlags Characteristics;
|
||||
|
||||
/// <summary>
|
||||
/// COFF Relocations (Object Only)
|
||||
/// </summary>
|
||||
public COFFRelocation[] COFFRelocations;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user