Age | Commit message (Expand) | Author | Files | Lines |
3 days | driver: added --cmd=strings support, pe_cmd_strings() stub, and perk-strings ... | midipix | 1 | -0/+1 |
3 days | driver: added --cmd=ranlib support, pe_cmd_ranlib() stub, and perk-ranlib sym... | midipix | 1 | -0/+1 |
3 days | driver: added --cmd=strip support, pe_cmd_strip() stub, and perk-strip symlink. | midipix | 1 | -0/+1 |
3 days | driver: added --cmd=size support, pe_cmd_size() stub, and perk-size symlink. | midipix | 1 | -0/+1 |
3 days | driver: added --cmd=nm support, the pe_cmd_nm() stub, and the perk-nm symlink. | midipix | 1 | -0/+2 |
3 days | api: enum pe_cmd: added the remaining members. | midipix | 1 | -0/+9 |
4 days | driver: added the --relocs switch (image base relocations). | midipix | 1 | -0/+1 |
4 days | output: pe_output_base_relocs(): initial implementation. | midipix | 1 | -0/+1 |
6 days | struct pe_image_meta: added and integrated the .r_reltbl vector member. | midipix | 1 | -0/+1 |
6 days | api: renamed struct pe_raw_base_reloc_block as struct pe_raw_base_reloc_blk. | midipix | 1 | -1/+1 |
7 days | pe_meta_get_image_meta(): count base relocations and base relocation blocks. | midipix | 1 | -0/+1 |
7 days | PE/COFF format: added struct pe_raw_base_reloc_block. | midipix | 1 | -0/+7 |
8 days | api: renamed pe_output_image_symbols() as pe_output_pecoff_symbols(). | midipix | 1 | -1/+1 |
8 days | api: renamed pe_output_image_strings() as pe_output_pecoff_strings(). | midipix | 1 | -1/+1 |
8 days | api: renamed pe_output_image_sections() as pe_output_pecoff_sections(). | midipix | 1 | -1/+1 |
8 days | api: renamed pe_output_image_category() as pe_output_pecoff_category(). | midipix | 1 | -1/+1 |
9 days | perk_secattr.h: added with section attr definitions for reserved sections. | midipix | 1 | -0/+75 |
9 days | struct pe_image_meta: added and integrated the .m_symvec_symidx member. | midipix | 1 | -0/+1 |
10 days | reader: implemented pe_read_coff_reloc(). | midipix | 2 | -0/+11 |
11 days | struct pe_meta_sec_hdr: optimize for iterative name access. | midipix | 1 | -2/+2 |
11 days | perk_consts.h: added PE_IMAGE_WEAK_EXTERN_SEARCH_{NOLIBRARY|LIBRARY|ALIAS}. | midipix | 1 | -0/+4 |
11 days | reader: implemented pe_read_aux_rec_weaksym(). | midipix | 1 | -0/+3 |
11 days | reader: implemented pe_read_aux_rec_section(). | midipix | 1 | -0/+3 |
11 days | PE/COFF api: added struct pe_meta_aux_rec_weaksym. | midipix | 1 | -0/+6 |
11 days | PE/COFF api: added struct pe_meta_aux_rec_section. | midipix | 1 | -0/+10 |
12 days | PE/COFF format: added struct pe_raw_aux_rec_weaksym. | midipix | 1 | -0/+6 |
12 days | PE/COFF format: added struct pe_raw_aux_rec_{bf|ef}info. | midipix | 1 | -0/+15 |
12 days | PE/COFF format: added struct pe_raw_aux_rec_function. | midipix | 1 | -0/+9 |
12 days | struct pe_meta_coff_symbol: added the .cs_attr and .cs_xattr members. | midipix | 1 | -0/+2 |
12 days | api: added perk_edefs.h: PE backend extended definitions. | midipix | 1 | -0/+46 |
13 days | struct pe_image_meta: added and integrated .m_symvec_crc32 and .m_symvec_crc64. | midipix | 1 | -0/+3 |
14 days | struct pe_meta_coff_symbol: added and integrated .cs_crc32 and .cs_crc64. | midipix | 1 | -0/+2 |
14 days | pe_hash_mbstr_crc32(), pe_hash_mbstr_crc64(): remove the symlen parameter (no... | midipix | 1 | -2/+2 |
14 days | struct pe_image_meta: added and integrated .r_symtbl and .m_symtbl. | midipix | 1 | -0/+3 |
14 days | low-level api: incorporate the framework's crc32 and crc64 interfaces. | midipix | 3 | -0/+150 |
2025-06-07 | struct pe_meta_coff_file_hdr: .cfh_num_of_syms ==> .cfh_size_of_sym_tbl. | midipix | 1 | -1/+1 |
2025-06-07 | struct pe_raw_coff_object_hdr: rename .cfh_num_of_syms to reflect content. | midipix | 1 | -1/+1 |
2025-06-07 | struct pe_raw_coff_image_hdr: rename .cfh_num_of_syms to reflect content. | midipix | 1 | -1/+1 |
2025-06-07 | api: coff symbol structs: rename .cs_num_of_aux_symbols to reflect content. | midipix | 2 | -2/+2 |
2025-06-07 | struct pe_meta_coff_symbol: added the .cs_aux_recs member. | midipix | 1 | -0/+1 |
2025-06-07 | struct pe_meta_coff_symbol: optimize for iterative name access. | midipix | 1 | -2/+2 |
2025-06-04 | api: PERK_DRIVER_AR_PRINT_ARCHIVE -> PERK_DRIVER_AR_PRINT_MEMBERS (consistency). | midipix | 1 | -1/+1 |
2025-06-04 | ar: pe_ar_print_members(): initial implementation and integration. | midipix | 1 | -0/+1 |
2025-06-04 | ar: pe_ar_list_members(): utility and driver integration. | midipix | 1 | -0/+1 |
2025-06-04 | ar: pe_ar_list_members(): initial implementation and integration. | midipix | 1 | -0/+3 |
2025-06-03 | api: perk_output.h: added pretty-printer bits, refactored pre-alpha defs. | midipix | 1 | -1/+6 |
2025-06-03 | pe_cmd_ar(): added command-line semantic verification. | midipix | 1 | -0/+7 |
2025-06-02 | pe_cmd_ar(): updated function signature, defined action and option constants. | midipix | 1 | -1/+19 |
2025-06-01 | driver: added --cmd=ar support, the pe_cmd_ar() stub, and the perk-ar symlink. | midipix | 1 | -0/+2 |
2025-05-31 | driver: struct pe_common_ctx: refactor, remove the actflags member. | midipix | 1 | -4/+1 |