From b86f714da701cdbe4b2fe26faeb1b8e0b0c778d3 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Nov 2016 14:51:14 -0500 Subject: PE format: struct pe_image_data_dir --> struct pe_raw_image_data_dir. --- 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 3ad8f9d..64508e6 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -223,7 +223,7 @@ union pe_raw_opt_hdr { }; -struct pe_image_data_dir { +struct pe_raw_image_data_dir { unsigned char rva [0x04]; /* 0x00 */ unsigned char size [0x04]; /* 0x04 */ }; -- cgit v1.2.3