summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
9 daysstruct pe_image_meta: added and integrated the .m_symvec_symidx member.midipix1-0/+1
10 daysreader: implemented pe_read_coff_reloc().midipix2-0/+11
10 daysstruct pe_meta_sec_hdr: optimize for iterative name access.midipix1-2/+2
11 daysperk_consts.h: added PE_IMAGE_WEAK_EXTERN_SEARCH_{NOLIBRARY|LIBRARY|ALIAS}.midipix1-0/+4
11 daysreader: implemented pe_read_aux_rec_weaksym().midipix1-0/+3
11 daysreader: implemented pe_read_aux_rec_section().midipix1-0/+3
11 daysPE/COFF api: added struct pe_meta_aux_rec_weaksym.midipix1-0/+6
11 daysPE/COFF api: added struct pe_meta_aux_rec_section.midipix1-0/+10
11 daysPE/COFF format: added struct pe_raw_aux_rec_weaksym.midipix1-0/+6
11 daysPE/COFF format: added struct pe_raw_aux_rec_{bf|ef}info.midipix1-0/+15
11 daysPE/COFF format: added struct pe_raw_aux_rec_function.midipix1-0/+9
12 daysstruct pe_meta_coff_symbol: added the .cs_attr and .cs_xattr members.midipix1-0/+2
12 daysapi: added perk_edefs.h: PE backend extended definitions.midipix1-0/+46
13 daysstruct pe_image_meta: added and integrated .m_symvec_crc32 and .m_symvec_crc64.midipix1-0/+3
13 daysstruct pe_meta_coff_symbol: added and integrated .cs_crc32 and .cs_crc64.midipix1-0/+2
13 dayspe_hash_mbstr_crc32(), pe_hash_mbstr_crc64(): remove the symlen parameter ↵midipix1-2/+2
(not used).
13 daysstruct pe_image_meta: added and integrated .r_symtbl and .m_symtbl.midipix1-0/+3
14 dayslow-level api: incorporate the framework's crc32 and crc64 interfaces.midipix3-0/+150
14 daysstruct pe_meta_coff_file_hdr: .cfh_num_of_syms ==> .cfh_size_of_sym_tbl.midipix1-1/+1
14 daysstruct pe_raw_coff_object_hdr: rename .cfh_num_of_syms to reflect content.midipix1-1/+1
14 daysstruct pe_raw_coff_image_hdr: rename .cfh_num_of_syms to reflect content.midipix1-1/+1
2025-06-07api: coff symbol structs: rename .cs_num_of_aux_symbols to reflect content.midipix2-2/+2
2025-06-07struct pe_meta_coff_symbol: added the .cs_aux_recs member.midipix1-0/+1
2025-06-07struct pe_meta_coff_symbol: optimize for iterative name access.midipix1-2/+2
2025-06-04api: PERK_DRIVER_AR_PRINT_ARCHIVE -> PERK_DRIVER_AR_PRINT_MEMBERS (consistency).midipix1-1/+1
2025-06-04ar: pe_ar_print_members(): initial implementation and integration.midipix1-0/+1
2025-06-04ar: pe_ar_list_members(): utility and driver integration.midipix1-0/+1
2025-06-04ar: pe_ar_list_members(): initial implementation and integration.midipix1-0/+3
2025-06-03api: perk_output.h: added pretty-printer bits, refactored pre-alpha defs.midipix1-1/+6
2025-06-03pe_cmd_ar(): added command-line semantic verification.midipix1-0/+7
2025-06-02pe_cmd_ar(): updated function signature, defined action and option constants.midipix1-1/+19
2025-06-01driver: added --cmd=ar support, the pe_cmd_ar() stub, and the perk-ar symlink.midipix1-0/+2
2025-05-31driver: struct pe_common_ctx: refactor, remove the actflags member.midipix1-4/+1
2025-05-31driver: pe_lib_get_unit_ctx(): added handling of archives and archive members.midipix1-0/+9
2025-05-31struct pe_unit_ctx: remove mapping info (present elsewhere, i.e. via r_image).midipix1-1/+0
2025-05-31archiver api: finalized pe_ar_get_archive_meta() and pe_ar_free_archive_meta().midipix1-0/+7
2025-05-30perk.h: whitespace meditation.midipix1-4/+4
2025-05-30library api: _read_ (low level reader) namespace confirmation.midipix1-1/+1
2025-05-30library api: _raw_ (raw image api) namespace overhaul.midipix1-2/+2
2025-05-30library api: _meta_ (object and image meta data) namespace overhaul.midipix1-8/+8
2025-05-30library api: _info_ (image abi and framework info) namespace overhaul.midipix1-4/+4
2025-05-30library api: _hexdump_ (header and section pretty printing) namespace overhaul.midipix1-7/+7
2025-05-30perk.h: whitespace meditation.midipix1-58/+58
2025-05-30library api: _lib_ (program driver) namespace overhaul.midipix1-6/+7
2025-05-30arbits: added pe_ar_get_archive_meta(), the framework's archive parser.midipix1-0/+39
2025-05-29PE toolchain: added perk_arbits.h (archive format definitions and structures).midipix1-0/+193
2025-05-29driver api: refined the logic for display utility usage information.midipix1-1/+1
2025-05-29driver: become multi-cmd ready, added pe_cmd_perk().midipix1-0/+10
2024-04-28struct pe_raw_coff_strtbl: coff string tables may contain no data.midipix1-1/+1
2024-02-22perk_structs.h: c99 conformance: avoid invalid use of flexible array member.midipix1-1/+1