diff options
author | midipix <writeonce@midipix.org> | 2016-12-01 08:17:32 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-01 08:17:32 -0500 |
commit | 1d857da33e0d36113c6d8fb8ad5513d2962e2b34 (patch) | |
tree | 67402407b980c48b213fefb367f3d104ce10ae81 /include | |
parent | 560637679904e16dbc1c6b899a4dd55a77e7bb33 (diff) | |
download | pemagine-1d857da33e0d36113c6d8fb8ad5513d2962e2b34.tar.bz2 pemagine-1d857da33e0d36113c6d8fb8ad5513d2962e2b34.tar.xz |
union pe_raw_export_addr_tbl: member name normalization.
Diffstat (limited to 'include')
-rw-r--r-- | include/pemagine/pe_structs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h index 17e5676..09b4f8c 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -259,8 +259,8 @@ struct pe_raw_export_hdr { union pe_raw_export_addr_tbl { - unsigned char export_rva [0x04]; /* 0x00 */ - unsigned char forwarder_rva [0x04]; /* 0x00 */ + unsigned char ee_export_rva [0x04]; /* 0x00 */ + unsigned char ee_forwarder_rva [0x04]; /* 0x00 */ }; |