Age | Commit message (Expand) | Author | Files | Lines |
4 days | driver: added --cmd=size support, pe_cmd_size() stub, and perk-size symlink. | midipix | 2 | -1/+14 |
4 days | driver: added --cmd=nm support, the pe_cmd_nm() stub, and the perk-nm symlink. | midipix | 2 | -1/+14 |
4 days | driver: added the --relocs switch (image base relocations). | midipix | 1 | -0/+4 |
11 days | driver: added the --yaml switch (same as --pretty=yaml). | midipix | 1 | -0/+4 |
13 days | driver: pe_perk_options[]: added --version support. | midipix | 1 | -0/+3 |
2025-06-04 | pe_ar_options[]: re-order, as to match the order of actions in the synopsis. | midipix | 1 | -4/+4 |
2025-06-04 | ar: pe_ar_print_members(): utility and driver integration. | midipix | 1 | -0/+4 |
2025-06-04 | ar: pe_ar_list_members(): utility and driver integration. | midipix | 1 | -0/+16 |
2025-06-02 | driver: pe_ar_options[]: use 'V' (rather than 'v') as the version short option. | midipix | 1 | -1/+1 |
2025-06-01 | driver: added --cmd=ar support, the pe_cmd_ar() stub, and the perk-ar symlink. | midipix | 2 | -1/+16 |
2025-05-29 | code base: set the visilbity of internal library interfaces to hidden. | midipix | 2 | -2/+4 |
2025-05-29 | driver: become multi-cmd ready, added pe_cmd_perk(). | midipix | 2 | -41/+57 |
2021-04-09 | driver: added --hdrdump support. | midipix | 1 | -0/+10 |
2017-12-14 | driver: added -d and -D (list mdso libs [and referenced symbols]). | midipix | 1 | -0/+7 |
2017-12-14 | driver: pe_default_options[]: usage: explicitly mention the .idata section. | midipix | 1 | -2/+2 |
2016-11-17 | driver: added --strings support (list strings found in the coff string table). | midipix | 1 | -0/+3 |
2016-11-17 | driver: skin: change short option of --symbols to 'm' (stressed consonant). | midipix | 1 | -1/+1 |
2016-11-16 | driver: added --symbols support (list symbols found in coff symbol table). | midipix | 1 | -0/+3 |
2016-11-16 | driver: skin: changed short option of --sections, use s/S for coff syms/strs. | midipix | 1 | -1/+1 |
2016-11-16 | driver: skin: changed short option of --category, use 'c' for sections. | midipix | 1 | -1/+1 |
2016-11-16 | driver: skin: be pedantic. | midipix | 1 | -3/+3 |
2016-11-16 | driver: skin: fix --category usage description. | midipix | 1 | -1/+1 |
2016-11-16 | driver: removed --output support (no longer needed). | midipix | 1 | -3/+0 |
2016-11-15 | output: renamed pe_output_image_type() --> pe_output_image_category(). | midipix | 1 | -1/+1 |
2016-11-15 | driver: added --sections support (print image sections). | midipix | 1 | -0/+3 |
2016-11-12 | driver: added --type support (print image type). | midipix | 1 | -0/+4 |
2016-11-10 | pe_default_options[]: explicitly initialize all members of the null record. | midipix | 1 | -1/+1 |
2016-11-10 | output: implemented --pretty=dlltool for exported symbols. | midipix | 1 | -1/+1 |
2016-11-10 | argv.h: add support for hybrid options (i.e. -std, -pipe). | midipix | 1 | -7/+7 |
2016-11-10 | whitespace meditation. | midipix | 1 | -16/+15 |
2016-11-10 | program driver: adjust source tree to support multiple skins. | midipix | 1 | -0/+28 |