From 945985cb313ada34d002423fbedfdebebcd22edc Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Nov 2016 14:46:50 -0500 Subject: PE format: struct pe_coff_file_hdr --> struct pe_raw_coff_file_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 aa5fd69..9bc8aee 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_coff_file_hdr { +struct pe_raw_coff_file_hdr { unsigned char signature [0x04]; /* 0x00 */ unsigned char machine [0x02]; /* 0x04 */ unsigned char num_of_sections [0x02]; /* 0x06 */ -- cgit v1.2.3