summaryrefslogtreecommitdiffhomepage
path: root/src/driver
AgeCommit message (Expand)AuthorFilesLines
10 hourspe_lib_get_unit_ctx(): return a read-only parsed object vector to the caller.midipix1-1/+11
11 hourspe_lib_get_unit_ctx(): whitespace meditation.midipix1-4/+4
11 hoursdriver: struct pe_common_ctx: refactor, remove the actflags member.midipix1-1/+1
11 hoursdriver: pe_lib_get_unit_ctx(): added handling of archives and archive members.midipix2-2/+125
16 hoursstruct pe_unit_ctx: remove mapping info (present elsewhere, i.e. via r_image).midipix1-1/+0
33 hourslibrary api: _raw_ (raw image api) namespace overhaul.midipix1-2/+2
33 hourslibrary api: _meta_ (object and image meta data) namespace overhaul.midipix1-2/+2
43 hourslibrary api: _lib_ (program driver) namespace overhaul.midipix3-16/+16
3 daysdriver api: refined the logic for display utility usage information.midipix2-10/+17
3 daysdriver: become multi-cmd ready, added pe_cmd_perk().midipix2-141/+259
2021-12-30A new home.midipix3-3/+3
2021-07-06Annual chores.midipix3-3/+3
2021-04-09library interfaces: renamed pe_hdrdump_opt_hdr() ==> pe_hdrdump_coff_opt_hdr().midipix1-1/+1
2021-04-09utility: pe_perform_hdrdump_actions(): initial implementation.midipix1-0/+29
2021-04-09driver: added --hdrdump support.midipix1-0/+37
2019-08-15pe_get_driver_ctx(): eliminate implicit fall-through in case statement.midipix1-0/+1
2019-05-07Do not refer to on-the-fly compound literals out of scope.midipix1-10/+12
2018-08-17driver: pe_get_driver_ctx(): support stack-based argv.midipix1-1/+1
2018-08-09front-end utility: pe_main(): remove the redundant argc parameter.midipix1-2/+2
2018-08-05coding-style meditation.midipix1-2/+2
2018-08-04driver: pe_get_driver_ctx(): fix oversight in invocation of argv_get().midipix1-1/+1
2018-07-24output interfaces: revised API and implementation to use fdctx and pure fdio.midipix1-7/+7
2018-07-24driver, library interfaces: support alternate fd's for input/output/error/log.midipix2-16/+79
2018-07-14argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix1-2/+5
2017-12-14output: pe_output_mdso_libraries(): implementation and integration.midipix1-0/+3
2017-12-14driver: added -d and -D (list mdso libs [and referenced symbols]).midipix1-0/+8
2017-02-04annual chores.midipix3-3/+3
2016-12-25argv.h: use an option vector rather than a direct pointer to the option table.midipix1-7/+7
2016-11-17output: pe_output_image_strings(): initial implementation and integration.midipix1-0/+3
2016-11-17driver: added --strings support (list strings found in the coff string table).midipix1-0/+4
2016-11-16output: pe_output_image_symbols(): initial implementation and integration.midipix1-0/+3
2016-11-16driver: added --symbols support (list symbols found in coff symbol table).midipix1-0/+4
2016-11-16driver: removed --output support (no longer needed).midipix1-15/+1
2016-11-15output: pe_output_image_sections(): implementation and integration.midipix1-0/+3
2016-11-15pe_output_image_category(): signature now matches that of other output api's.midipix1-1/+1
2016-11-15utility: code maintenance: removed pe_paragraph_break().midipix1-17/+2
2016-11-15output: renamed pe_output_image_type() --> pe_output_image_category().midipix2-4/+4
2016-11-15driver: added --sections support (print image sections).midipix1-0/+4
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_io_ctx.midipix3-30/+5
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_server_ctx.midipix1-1/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_linker_ctx.midipix1-1/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_output_ctx.midipix1-1/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_symbol_ctx.midipix1-7/+0
2016-11-13driver: pe_main(): process all units even if errors have been recorded.midipix1-1/+1
2016-11-12output: pe_output_image_type(): implementation and integration.midipix1-0/+3
2016-11-12driver: added --type support (print image type).midipix1-0/+4
2016-11-10driver: pe_get_unit_ctx(): set driver error context.midipix1-0/+3
2016-11-10driver: pe_main(): skip remaining units once an error has occurred.midipix1-1/+1
2016-11-10pe_get_unit_ctx(): improved error trace report.midipix1-2/+3
2016-11-10driver: status codes: refactor and normalize.midipix1-3/+5