From 02863d5d32f2f3693d3e0fbcfa325e65420717cd Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 4 Feb 2017 08:32:07 -0500 Subject: raw data: renamed struct pe_raw_coff_file_hdr --> struct pe_raw_coff_image_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 3c2e478..480b625 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -28,7 +28,7 @@ struct pe_raw_image_dos_hdr { }; -struct pe_raw_coff_file_hdr { +struct pe_raw_coff_image_hdr { unsigned char cfh_signature [0x04]; /* 0x00 */ unsigned char cfh_machine [0x02]; /* 0x04 */ unsigned char cfh_num_of_sections [0x02]; /* 0x06 */ -- cgit v1.2.3