From 99f7e31623d1a21380db9cdadff4e1f27761d978 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 01 2016 13:00:29 +0000 Subject: struct pe_raw_opt_hdr_ldr: member name normalization. --- 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 {