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

@@ -22,6 +22,6 @@
/// <summary>
/// A series of null-terminated ASCII strings of variable length.
/// </summary>
public string[] Indexes;
public string[] Strings;
}
}