From 09166f55c8dd0c1b09c57a66cac337374e694e06 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 10 Jun 2025 18:05:20 +0000 Subject: reader: implemented pe_read_aux_rec_weaksym(). --- include/perk/perk.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/perk/perk.h b/include/perk/perk.h index 8c0baae..59b55e5 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -362,6 +362,9 @@ perk_api int pe_read_import_lookup (const unsigned char *, perk_api int pe_read_aux_rec_section (const struct pe_raw_coff_symbol *, struct pe_meta_aux_rec_section *, int idx); +perk_api int pe_read_aux_rec_weaksym (const struct pe_raw_coff_symbol *, struct pe_meta_aux_rec_weaksym *, + int idx); + /* low-level symtbl api */ perk_api uint32_t pe_hash_mbstr_crc32 (const unsigned char *); perk_api uint64_t pe_hash_mbstr_crc64 (const unsigned char *); -- cgit v1.2.3