From d34ab8bdb645bcf57d27044828b0754c49933b5e Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 30 Nov 2016 19:31:28 -0500 Subject: struct pe_{raw|meta}_opt_hdr_std: member name normalization. --- include/perk/perk_structs.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'include/perk/perk_structs.h') diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h index 692c4ab..b81f831 100644 --- a/include/perk/perk_structs.h +++ b/include/perk/perk_structs.h @@ -41,14 +41,14 @@ struct pe_raw_coff_file_hdr { struct pe_raw_opt_hdr_std { - unsigned char magic [0x02]; /* 0x00 */ - unsigned char major_linker_ver [0x01]; /* 0x02 */ - unsigned char minor_linker_ver [0x01]; /* 0x03 */ - unsigned char size_of_code [0x04]; /* 0x04 */ - unsigned char size_of_initialized_data [0x04]; /* 0x08 */ - unsigned char size_of_uninitialized_data [0x04]; /* 0x0c */ - unsigned char entry_point [0x04]; /* 0x10 */ - unsigned char base_of_code [0x04]; /* 0x14 */ + unsigned char coh_magic [0x02]; /* 0x00 */ + unsigned char coh_major_linker_ver [0x01]; /* 0x02 */ + unsigned char coh_minor_linker_ver [0x01]; /* 0x03 */ + unsigned char coh_size_of_code [0x04]; /* 0x04 */ + unsigned char coh_size_of_inited_data [0x04]; /* 0x08 */ + unsigned char coh_size_of_uninited_data [0x04]; /* 0x0c */ + unsigned char coh_entry_point [0x04]; /* 0x10 */ + unsigned char coh_base_of_code [0x04]; /* 0x14 */ }; struct pe_raw_opt_hdr_align { -- cgit v1.2.3