From 1d857da33e0d36113c6d8fb8ad5513d2962e2b34 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 1 Dec 2016 08:17:32 -0500 Subject: union pe_raw_export_addr_tbl: member name normalization. --- include/pemagine/pe_structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 */ }; -- cgit v1.2.3