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

@@ -64,6 +64,11 @@ namespace BurnOutSharp.Models.PortableExecutable
#region Named Sections
/// <summary>
/// Export table (.edata);
/// </summary>
public ExportTable ExportTable { get; set; }
/// <summary>
/// Resource directory table (.rsrc)
/// </summary>
@@ -86,8 +91,8 @@ namespace BurnOutSharp.Models.PortableExecutable
// - [Export Ordinal Table]
// - [Export Name Table]
// - The .idata Section
// - Import Lookup Table [has model, but bit-based]
// - Import Address Table
// - Import Lookup Table [has model, but bit-based]
// - Import Address Table
// - The .pdata Section [Multiple formats per entry]
// - TLS Callback Functions
// - The .cormeta Section (Object Only)