Better document PE headers

This commit is contained in:
Justine Tunney 2023-08-09 00:29:01 -07:00
parent 50394064d7
commit 9dd50f7dfc
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 86 additions and 17 deletions

View file

@ -4,7 +4,7 @@
struct NtImageSectionHeader {
uint8_t Name[8];
char Name[8];
union {