From f6a85b37d49ff91ca871f797afaad0ab9da95c6c Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 7 Jun 2025 16:59:44 +0000 Subject: struct pe_meta_coff_file_hdr: .cfh_num_of_syms ==> .cfh_size_of_sym_tbl. --- include/perk/perk_meta.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/perk/perk_meta.h b/include/perk/perk_meta.h index b686d13..fca10ad 100644 --- a/include/perk/perk_meta.h +++ b/include/perk/perk_meta.h @@ -76,7 +76,7 @@ struct pe_meta_coff_file_hdr { uint16_t cfh_num_of_sections; uint32_t cfh_time_date_stamp; uint32_t cfh_ptr_to_sym_tbl; - uint32_t cfh_num_of_syms; + uint32_t cfh_size_of_sym_tbl; uint16_t cfh_size_of_opt_hdr; uint16_t cfh_characteristics; uint32_t cfh_ptr_to_str_tbl; -- cgit v1.2.3