Age | Commit message (Expand) | Author | Files | Lines |
2021-04-09 | library interfaces: renamed pe_hdrdump_opt_hdr() ==> pe_hdrdump_coff_opt_hdr(). | midipix | 1 | -1/+1 |
2021-04-09 | utility: pe_perform_hdrdump_actions(): initial implementation. | midipix | 1 | -0/+29 |
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-09 | front-end utility: pe_main(): remove the redundant argc parameter. | midipix | 1 | -2/+2 |
2018-08-05 | coding-style meditation. | midipix | 1 | -2/+2 |
2018-08-04 | driver: pe_get_driver_ctx(): fix oversight in invocation of argv_get(). | midipix | 1 | -1/+1 |
2018-07-24 | output interfaces: revised API and implementation to use fdctx and pure fdio. | midipix | 1 | -7/+7 |
2018-07-24 | driver, library interfaces: support alternate fd's for input/output/error/log. | midipix | 2 | -16/+79 |
2018-07-14 | argv.h: output usage and errors using [argv_]dprintf rather than fprint. | midipix | 1 | -2/+5 |
2017-12-14 | output: pe_output_mdso_libraries(): implementation and integration. | midipix | 1 | -0/+3 |
2017-12-14 | driver: added -d and -D (list mdso libs [and referenced symbols]). | midipix | 1 | -0/+8 |
2017-02-04 | annual chores. | midipix | 3 | -3/+3 |
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 | output: pe_output_image_strings(): initial implementation and integration. | midipix | 1 | -0/+3 |
2016-11-17 | driver: added --strings support (list strings found in the coff string table). | midipix | 1 | -0/+4 |
2016-11-16 | output: pe_output_image_symbols(): initial implementation and integration. | midipix | 1 | -0/+3 |
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: pe_output_image_sections(): implementation and integration. | midipix | 1 | -0/+3 |
2016-11-15 | pe_output_image_category(): signature now matches that of other output api's. | midipix | 1 | -1/+1 |
2016-11-15 | utility: code maintenance: removed pe_paragraph_break(). | midipix | 1 | -17/+2 |
2016-11-15 | output: renamed pe_output_image_type() --> pe_output_image_category(). | midipix | 2 | -4/+4 |
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 | 3 | -30/+5 |
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-13 | driver: pe_main(): process all units even if errors have been recorded. | midipix | 1 | -1/+1 |
2016-11-12 | output: pe_output_image_type(): implementation and integration. | midipix | 1 | -0/+3 |
2016-11-12 | driver: added --type support (print image type). | midipix | 1 | -0/+4 |
2016-11-10 | driver: pe_get_unit_ctx(): set driver error context. | midipix | 1 | -0/+3 |
2016-11-10 | driver: pe_main(): skip remaining units once an error has occurred. | midipix | 1 | -1/+1 |
2016-11-10 | pe_get_unit_ctx(): improved error trace report. | midipix | 1 | -2/+3 |
2016-11-10 | driver: status codes: refactor and normalize. | midipix | 1 | -3/+5 |
2016-11-10 | utility: error trace and error information: initial integration. | midipix | 1 | -8/+6 |
2016-11-10 | struct pe_unit_ctx: removed cctx (pass pointer to the driver context instead). | midipix | 2 | -9/+5 |
2016-11-10 | pe_output_export_symbols(): added error trace support. | midipix | 1 | -1/+1 |
2016-11-10 | pe_output_import_libraries(): added error trace support. | midipix | 1 | -3/+5 |
2016-11-10 | pe_map_raw_image(): added error trace support. | midipix | 1 | -1/+1 |
2016-11-10 | pe_get_unit_ctx(): added error trace support. | midipix | 1 | -6/+12 |
2016-11-10 | pe_get_image_meta(): added error trace support. | midipix | 1 | -1/+1 |
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 | utility: improved box integration, removed need for build-time macro. | midipix | 1 | -0/+110 |
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 |