Add PE COFF relocations to section headers

This commit is contained in:
Matt Nadareski
2022-11-05 00:04:17 -07:00
parent 49a06f513b
commit 41a4965775
2 changed files with 51 additions and 0 deletions

View File

@@ -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;
}
}