summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
3 daysdriver: added --cmd=strings support, pe_cmd_strings() stub, and perk-strings ...midipix1-0/+1
3 daysdriver: added --cmd=ranlib support, pe_cmd_ranlib() stub, and perk-ranlib sym...midipix1-0/+1
3 daysdriver: added --cmd=strip support, pe_cmd_strip() stub, and perk-strip symlink.midipix1-0/+1
3 daysdriver: added --cmd=size support, pe_cmd_size() stub, and perk-size symlink.midipix1-0/+1
3 daysdriver: added --cmd=nm support, the pe_cmd_nm() stub, and the perk-nm symlink.midipix1-0/+2
3 daysapi: enum pe_cmd: added the remaining members.midipix1-0/+9
4 daysdriver: added the --relocs switch (image base relocations).midipix1-0/+1
4 daysoutput: pe_output_base_relocs(): initial implementation.midipix1-0/+1
6 daysstruct pe_image_meta: added and integrated the .r_reltbl vector member.midipix1-0/+1
6 daysapi: renamed struct pe_raw_base_reloc_block as struct pe_raw_base_reloc_blk.midipix1-1/+1
7 dayspe_meta_get_image_meta(): count base relocations and base relocation blocks.midipix1-0/+1
7 daysPE/COFF format: added struct pe_raw_base_reloc_block.midipix1-0/+7
8 daysapi: renamed pe_output_image_symbols() as pe_output_pecoff_symbols().midipix1-1/+1
8 daysapi: renamed pe_output_image_strings() as pe_output_pecoff_strings().midipix1-1/+1
8 daysapi: renamed pe_output_image_sections() as pe_output_pecoff_sections().midipix1-1/+1
8 daysapi: renamed pe_output_image_category() as pe_output_pecoff_category().midipix1-1/+1
9 daysperk_secattr.h: added with section attr definitions for reserved sections.midipix1-0/+75
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
11 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
12 daysPE/COFF format: added struct pe_raw_aux_rec_weaksym.midipix1-0/+6
12 daysPE/COFF format: added struct pe_raw_aux_rec_{bf|ef}info.midipix1-0/+15
12 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
14 daysstruct pe_meta_coff_symbol: added and integrated .cs_crc32 and .cs_crc64.midipix1-0/+2
14 dayspe_hash_mbstr_crc32(), pe_hash_mbstr_crc64(): remove the symlen parameter (no...midipix1-2/+2
14 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
2025-06-07struct pe_meta_coff_file_hdr: .cfh_num_of_syms ==> .cfh_size_of_sym_tbl.midipix1-1/+1
2025-06-07struct pe_raw_coff_object_hdr: rename .cfh_num_of_syms to reflect content.midipix1-1/+1
2025-06-07struct 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