diff options
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 47302b4..8c0baae 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -359,6 +359,9 @@ perk_api int pe_read_coff_symbol (const struct pe_raw_coff_symbol perk_api int pe_read_import_lookup (const unsigned char *, struct pe_meta_import_lookup *, uint32_t magic); +perk_api int pe_read_aux_rec_section (const struct pe_raw_coff_symbol *, struct pe_meta_aux_rec_section *, + 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 *); |