From 755691b14caa24c7b464e45e8dc0432e08c3112c Mon Sep 17 00:00:00 2001 From: midipix Date: Nov 19 2016 20:10:50 +0000 Subject: PE format: struct pe_export_addr_tbl --> struct pe_raw_export_addr_tbl. --- diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h index db701ab..75e7e40 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -258,7 +258,7 @@ struct pe_raw_export_hdr { }; -union pe_export_addr_tbl { +union pe_raw_export_addr_tbl { unsigned char export_rva [0x04]; /* 0x00 */ unsigned char forwarder_rva [0x04]; /* 0x00 */ };