Add PE export table to printing

This commit is contained in:
Matt Nadareski
2022-11-09 23:27:06 -08:00
parent 5ba2a31d7d
commit cb1d3d1db4
2 changed files with 97 additions and 6 deletions

View File

@@ -84,12 +84,6 @@ namespace BurnOutSharp.Models.PortableExecutable
// - The .debug Section
// - .debug$F (Object Only) / IMAGE_DEBUG_TYPE_FPO
// - The .drectve Section (Object Only)
// - The .edata Section (Image Only)
// - [Export directory table]
// - [Export address table]
// - [Export Name Pointer Table]
// - [Export Ordinal Table]
// - [Export Name Table]
// - The .idata Section
// - Import Lookup Table [has model, but bit-based]
// - Import Address Table