diff options
author | midipix <writeonce@midipix.org> | 2025-06-10 18:05:20 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-10 18:06:26 +0000 |
commit | 09166f55c8dd0c1b09c57a66cac337374e694e06 (patch) | |
tree | 01c56be58621fcb98ac105dc5d81206919af6e11 /include | |
parent | 6cc493ea65bf2c94d03f299e6343e8e50b4fb510 (diff) | |
download | perk-09166f55c8dd0c1b09c57a66cac337374e694e06.tar.bz2 perk-09166f55c8dd0c1b09c57a66cac337374e694e06.tar.xz |
reader: implemented pe_read_aux_rec_weaksym().
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 *); |