From 149cda727007e6bb7f7d191714c5d2961e5c3766 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Nov 2016 15:03:17 -0500 Subject: PE format: struct pe_export_hdr [and friends] --> pe_raw_export_hdr. --- include/pemagine/pe_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pemagine/pe_structs.h') diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h index a1886b9..f3e1b14 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -243,7 +243,7 @@ struct pe_raw_sec_hdr { }; -struct pe_export_hdr { +struct pe_raw_export_hdr { unsigned char export_flags [0x04]; /* 0x00 */ unsigned char time_date_stamp [0x04]; /* 0x04 */ unsigned char major_ver [0x02]; /* 0x08 */ -- cgit v1.2.3