From 1d857da33e0d36113c6d8fb8ad5513d2962e2b34 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 01 2016 13:17:32 +0000 Subject: union pe_raw_export_addr_tbl: member name normalization. --- 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 */ };