From 0d90ad9d55ee6f34cf7b17b0f5c469ef73c3c484 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 30 Nov 2016 19:56:59 -0500 Subject: struct pe_raw_opt_hdr_img: member name normalization. --- include/pemagine/pe_structs.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h index fac47b1..bf1c2ed 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -67,11 +67,11 @@ struct pe_raw_opt_hdr_vers { }; struct pe_raw_opt_hdr_img { - unsigned char size_of_image [0x04]; /* 0x38 */ - unsigned char size_of_headers [0x04]; /* 0x3c */ - unsigned char checksum [0x04]; /* 0x40 */ - unsigned char subsystem [0x02]; /* 0x44 */ - unsigned char dll_characteristics [0x02]; /* 0x46 */ + unsigned char coh_size_of_image [0x04]; /* 0x38 */ + unsigned char coh_size_of_headers [0x04]; /* 0x3c */ + unsigned char coh_checksum [0x04]; /* 0x40 */ + unsigned char coh_subsystem [0x02]; /* 0x44 */ + unsigned char coh_dll_characteristics [0x02]; /* 0x46 */ }; struct pe_raw_opt_hdr_ldr { -- cgit v1.2.3