From da15f0c6fa6f1feed4951a5415d68e3de2b144a8 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 30 Nov 2016 19:09:35 -0500 Subject: struct pe_{raw|meta}_coff_file_hdr: 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 2875daa..692c4ab 100644 --- a/include/perk/perk_structs.h +++ b/include/perk/perk_structs.h @@ -29,14 +29,14 @@ struct pe_raw_image_dos_hdr { struct pe_raw_coff_file_hdr { - unsigned char signature [0x04]; /* 0x00 */ - unsigned char machine [0x02]; /* 0x04 */ - unsigned char num_of_sections [0x02]; /* 0x06 */ - unsigned char time_date_stamp [0x04]; /* 0x08 */ - unsigned char ptr_to_sym_tbl [0x04]; /* 0x0c */ - unsigned char num_of_syms [0x04]; /* 0x10 */ - unsigned char size_of_opt_hdr [0x02]; /* 0x14 */ - unsigned char characteristics [0x02]; /* 0x16 */ + unsigned char cfh_signature [0x04]; /* 0x00 */ + unsigned char cfh_machine [0x02]; /* 0x04 */ + unsigned char cfh_num_of_sections [0x02]; /* 0x06 */ + unsigned char cfh_time_date_stamp [0x04]; /* 0x08 */ + unsigned char cfh_ptr_to_sym_tbl [0x04]; /* 0x0c */ + unsigned char cfh_num_of_syms [0x04]; /* 0x10 */ + unsigned char cfh_size_of_opt_hdr [0x02]; /* 0x14 */ + unsigned char cfh_characteristics [0x02]; /* 0x16 */ }; -- cgit v1.2.3