Add PE export table to builder

This commit is contained in:
Matt Nadareski
2022-11-09 23:06:52 -08:00
parent 0768a93bcb
commit 5ba2a31d7d
5 changed files with 334 additions and 3 deletions

View File

@@ -39,6 +39,11 @@ namespace BurnOutSharp.Models.PortableExecutable
/// </summary>
public uint NameRVA;
/// <summary>
/// ASCII string that contains the name of the DLL.
/// </summary>
public string Name;
/// <summary>
/// The starting ordinal number for exports in this image. This field specifies
/// the starting ordinal number for the export address table. It is usually set