mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 21:31:04 +00:00
Add PE export table to builder
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user