Age | Commit message (Expand) | Author | Files | Lines |
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 |