diff options
-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 */ }; |