From 901664123d8a653173953ba5d48a56fdaf3dc351 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 01 2016 13:00:30 +0000 Subject: struct pe_raw_image_data_dir: member name normalization. --- diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h index 64a6a70..ad8a7a8 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -224,8 +224,8 @@ union pe_raw_opt_hdr { struct pe_raw_image_data_dir { - unsigned char rva [0x04]; /* 0x00 */ - unsigned char size [0x04]; /* 0x04 */ + unsigned char dh_rva [0x04]; /* 0x00 */ + unsigned char dh_size [0x04]; /* 0x04 */ };