From 755691b14caa24c7b464e45e8dc0432e08c3112c Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Nov 2016 15:10:50 -0500 Subject: PE format: struct pe_export_addr_tbl --> struct pe_raw_export_addr_tbl. --- include/pemagine/pe_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 */ }; -- cgit v1.2.3