Safer PE optional header builder; start printing PE

This commit is contained in:
Matt Nadareski
2022-11-08 15:02:31 -08:00
parent 7e9be878c4
commit 2ed79f3f9c
3 changed files with 230 additions and 47 deletions

View File

@@ -321,7 +321,7 @@
/// <summary>
/// The thread local storage (TLS) table address and size.
/// </summary>
public DataDirectory TLSTable;
public DataDirectory ThreadLocalStorageTable;
/// <summary>
/// The load configuration table address and size.
@@ -336,7 +336,7 @@
/// <summary>
/// The import address table address and size
/// </summary>
public DataDirectory IAT;
public DataDirectory ImportAddressTable;
/// <summary>
/// The delay import descriptor address and size.