From 854fb8e2544c8664e080666b7cad935640eb2004 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 7 Jun 2025 16:40:02 +0000 Subject: struct pe_raw_coff_object_hdr: rename .cfh_num_of_syms to reflect content. --- include/perk/perk_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h index 18b52a9..b576ee8 100644 --- a/include/perk/perk_structs.h +++ b/include/perk/perk_structs.h @@ -45,7 +45,7 @@ struct pe_raw_coff_object_hdr { unsigned char cfh_num_of_sections [0x02]; /* 0x02 */ unsigned char cfh_time_date_stamp [0x04]; /* 0x04 */ unsigned char cfh_ptr_to_sym_tbl [0x04]; /* 0x08 */ - unsigned char cfh_num_of_syms [0x04]; /* 0x0c */ + unsigned char cfh_num_of_sym_recs [0x04]; /* 0x0c */ unsigned char cfh_size_of_opt_hdr [0x02]; /* 0x10 */ unsigned char cfh_characteristics [0x02]; /* 0x12 */ }; -- cgit v1.2.3