Add PE base relocation table parsing and printing

This commit is contained in:
Matt Nadareski
2022-12-04 22:32:41 -08:00
parent ce1c74aec3
commit 9be4b339f8
5 changed files with 242 additions and 49 deletions

View File

@@ -46,6 +46,6 @@
/// in the Page RVA field for the block. This offset
/// specifies where the base relocation is to be applied.
/// </summary>
public ushort[] TypeOffsetFieldEntries;
public BaseRelocationTypeOffsetFieldEntry[] TypeOffsetFieldEntries;
}
}