Age | Commit message (Expand) | Author | Files | Lines |
3 days | driver: added --cmd=strip support, pe_cmd_strip() stub, and perk-strip symlink. | midipix | 1 | -0/+15 |
4 days | driver: added --cmd=size support, pe_cmd_size() stub, and perk-size symlink. | midipix | 1 | -0/+15 |
4 days | driver: added --cmd=nm support, the pe_cmd_nm() stub, and the perk-nm symlink. | midipix | 1 | -0/+15 |
4 days | ar: remove the forward declaration of pe_ar_list_members() (no longer needed). | midipix | 1 | -2/+0 |
4 days | driver: added the --relocs switch (image base relocations). | midipix | 1 | -0/+3 |
9 days | api: renamed pe_output_image_symbols() as pe_output_pecoff_symbols(). | midipix | 1 | -1/+1 |
9 days | api: renamed pe_output_image_strings() as pe_output_pecoff_strings(). | midipix | 1 | -1/+1 |
9 days | api: renamed pe_output_image_sections() as pe_output_pecoff_sections(). | midipix | 1 | -1/+1 |
9 days | api: renamed pe_output_image_category() as pe_output_pecoff_category(). | midipix | 1 | -1/+1 |
2025-06-04 | api: PERK_DRIVER_AR_PRINT_ARCHIVE -> PERK_DRIVER_AR_PRINT_MEMBERS (consistency). | midipix | 1 | -2/+2 |
2025-06-04 | pe_cmd_ar_perform_unit_actions(): properly handle action-less invocations. | midipix | 1 | -7/+10 |
2025-06-04 | ar: pe_ar_print_members(): utility and driver integration. | midipix | 1 | -0/+3 |
2025-06-04 | ar: pe_cmd_ar(): use an internal pe_cmd_ar_perform_unit_actions(). | midipix | 1 | -9/+13 |
2025-06-04 | ar: pe_ar_list_members(): utility and driver integration. | midipix | 1 | -4/+37 |
2025-06-03 | pe_cmd_ar(): added command-line semantic verification. | midipix | 1 | -5/+73 |
2025-06-02 | pe_cmd_ar(): updated function signature, defined action and option constants. | midipix | 1 | -1/+10 |
2025-06-01 | driver: added --cmd=ar support, the pe_cmd_ar() stub, and the perk-ar symlink. | midipix | 1 | -0/+14 |
2025-05-31 | utility: pe_cmd_perk(): apply actions to archive members where applicable. | midipix | 1 | -18/+32 |
2025-05-30 | library api: _hexdump_ (header and section pretty printing) namespace overhaul. | midipix | 1 | -7/+7 |
2025-05-30 | library api: _lib_ (program driver) namespace overhaul. | midipix | 1 | -2/+2 |
2025-05-29 | driver: become multi-cmd ready, added pe_cmd_perk(). | midipix | 1 | -0/+83 |