diff options
author | midipix <writeonce@midipix.org> | 2025-06-10 15:36:27 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-10 18:06:26 +0000 |
commit | 6cc493ea65bf2c94d03f299e6343e8e50b4fb510 (patch) | |
tree | b43078ede385f095b57fc38bc992ad5f41e3fe4b /include | |
parent | a4b1bbeca250dea98f341502d71f09af636f9a1a (diff) | |
download | perk-6cc493ea65bf2c94d03f299e6343e8e50b4fb510.tar.bz2 perk-6cc493ea65bf2c94d03f299e6343e8e50b4fb510.tar.xz |
reader: implemented pe_read_aux_rec_section().
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 *); |