From d271c20fa9dccd08dd265b79d5946707342407d1 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 01 2016 13:00:20 +0000 Subject: struct pe_raw_opt_hdr_align: member name normalization. --- diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h index f771263..c4d1e19 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -52,8 +52,8 @@ struct pe_raw_opt_hdr_std { }; struct pe_raw_opt_hdr_align { - unsigned char section_align [0x04]; /* 0x20 */ - unsigned char file_align [0x04]; /* 0x24 */ + unsigned char coh_section_align [0x04]; /* 0x20 */ + unsigned char coh_file_align [0x04]; /* 0x24 */ }; struct pe_raw_opt_hdr_vers {