Age | Commit message (Expand) | Author | Files | Lines |
28 hours | driver: added --cmd=size support, pe_cmd_size() stub, and perk-size symlink. | midipix | 1 | -0/+14 |
30 hours | driver: added --cmd=nm support, the pe_cmd_nm() stub, and the perk-nm symlink. | midipix | 1 | -0/+14 |
42 hours | driver: added the --relocs switch (image base relocations). | midipix | 1 | -0/+4 |
5 days | driver: pe_cctx_update(): added missing variable initialization. | midipix | 1 | -0/+1 |
9 days | driver: added the --yaml switch (same as --pretty=yaml). | midipix | 1 | -0/+8 |
12 days | Annual chores. | midipix | 1 | -1/+1 |
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(): utility and driver integration. | midipix | 1 | -0/+4 |
2025-06-04 | ar: pe_ar_list_members(): utility and driver integration. | midipix | 1 | -0/+5 |
2025-06-03 | api: perk_output.h: added pretty-printer bits, refactored pre-alpha defs. | midipix | 1 | -0/+10 |
2025-06-03 | driver: pe_main(): support historic usage (first option/action without a dash). | midipix | 1 | -0/+12 |
2025-06-02 | driver: pe_driver_usage(): synopsis overhaul. | midipix | 1 | -33/+48 |
2025-06-01 | driver: added --cmd=ar support, the pe_cmd_ar() stub, and the perk-ar symlink. | midipix | 1 | -1/+13 |
2025-05-30 | library api: _lib_ (program driver) namespace overhaul. | midipix | 1 | -8/+8 |
2025-05-29 | driver api: refined the logic for display utility usage information. | midipix | 1 | -9/+16 |
2025-05-29 | driver: become multi-cmd ready, added pe_cmd_perk(). | midipix | 1 | -78/+251 |
2021-12-30 | A new home. | midipix | 1 | -1/+1 |
2021-07-06 | Annual chores. | midipix | 1 | -1/+1 |
2021-04-09 | driver: added --hdrdump support. | midipix | 1 | -0/+37 |
2019-08-15 | pe_get_driver_ctx(): eliminate implicit fall-through in case statement. | midipix | 1 | -0/+1 |
2019-05-07 | Do not refer to on-the-fly compound literals out of scope. | midipix | 1 | -10/+12 |
2018-08-17 | driver: pe_get_driver_ctx(): support stack-based argv. | midipix | 1 | -1/+1 |
2018-08-04 | driver: pe_get_driver_ctx(): fix oversight in invocation of argv_get(). | midipix | 1 | -1/+1 |
2018-07-24 | driver, library interfaces: support alternate fd's for input/output/error/log. | midipix | 1 | -10/+66 |
2018-07-14 | argv.h: output usage and errors using [argv_]dprintf rather than fprint. | midipix | 1 | -2/+5 |
2017-12-14 | driver: added -d and -D (list mdso libs [and referenced symbols]). | midipix | 1 | -0/+8 |
2017-02-04 | annual chores. | midipix | 1 | -1/+1 |
2016-12-25 | argv.h: use an option vector rather than a direct pointer to the option table. | midipix | 1 | -7/+7 |
2016-11-17 | driver: added --strings support (list strings found in the coff string table). | midipix | 1 | -0/+4 |
2016-11-16 | driver: added --symbols support (list symbols found in coff symbol table). | midipix | 1 | -0/+4 |
2016-11-16 | driver: removed --output support (no longer needed). | midipix | 1 | -15/+1 |
2016-11-15 | output: renamed pe_output_image_type() --> pe_output_image_category(). | midipix | 1 | -2/+2 |
2016-11-15 | driver: added --sections support (print image sections). | midipix | 1 | -0/+4 |
2016-11-14 | libary api: pre-alpha: code maintenance: removed struct pe_io_ctx. | midipix | 1 | -20/+1 |
2016-11-14 | libary api: pre-alpha: code maintenance: removed struct pe_server_ctx. | midipix | 1 | -1/+0 |
2016-11-14 | libary api: pre-alpha: code maintenance: removed struct pe_linker_ctx. | midipix | 1 | -1/+0 |
2016-11-14 | libary api: pre-alpha: code maintenance: removed struct pe_output_ctx. | midipix | 1 | -1/+0 |
2016-11-14 | libary api: pre-alpha: code maintenance: removed struct pe_symbol_ctx. | midipix | 1 | -7/+0 |
2016-11-12 | driver: added --type support (print image type). | midipix | 1 | -0/+4 |
2016-11-10 | pe_free_driver_ctx(): fix readability. | midipix | 1 | -2/+2 |
2016-11-10 | driver: added initial error info vector and buffer allocation. | midipix | 1 | -0/+7 |
2016-11-10 | code maintenance: mark unused parameter. | midipix | 1 | -0/+2 |
2016-11-10 | driver: added struct pe_source_version, pe_source_version(). | midipix | 1 | -0/+14 |
2016-11-10 | driver: record the flags passed to pe_get_driver_ctx(). | midipix | 1 | -0/+1 |
2016-11-10 | output: implemented --pretty=dlltool for exported symbols. | midipix | 1 | -0/+2 |
2016-11-10 | driver: move to header extern declaration of pe_default_options[]. | midipix | 1 | -2/+0 |
2016-11-10 | argv.h: main(): fix signatures. | midipix | 1 | -2/+2 |
2016-11-10 | annual chores. | midipix | 1 | -0/+6 |
2016-11-10 | driver: fix semantics of calloc() calls. | midipix | 1 | -1/+1 |
2016-11-10 | driver: pe_get_driver_ctx_fail(): add missing 'static' linkage. | midipix | 1 | -1/+1 |