From 99f7e31623d1a21380db9cdadff4e1f27761d978 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 30 Nov 2016 20:08:21 -0500 Subject: struct pe_raw_opt_hdr_ldr: member name normalization. --- include/pemagine/pe_structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h index bf1c2ed..06009a0 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -75,8 +75,8 @@ struct pe_raw_opt_hdr_img { }; struct pe_raw_opt_hdr_ldr { - unsigned char loader_flags [0x04]; - unsigned char rva_and_sizes [0x04]; + unsigned char coh_loader_flags [0x04]; + unsigned char coh_rva_and_sizes [0x04]; }; struct pe_raw_opt_hdr_dirs { -- cgit v1.2.3