Add base relocation table to passthrough

This commit is contained in:
Matt Nadareski
2022-12-04 23:17:34 -08:00
parent c64abc15c9
commit fc9dd8a34d

View File

@@ -296,6 +296,9 @@ namespace BurnOutSharp.Wrappers
#region Sections
/// <inheritdoc cref="Models.PortableExecutable.BaseRelocationTable"/>
public Models.PortableExecutable.BaseRelocationBlock[] BaseRelocationTable => _executable.BaseRelocationTable;
/// <inheritdoc cref="Models.PortableExecutable.DebugTable"/>
public Models.PortableExecutable.DebugTable DebugTable => _executable.DebugTable;