summaryrefslogtreecommitdiff
path: root/src/output
AgeCommit message (Expand)AuthorFilesLines
10 dayspe_output_image_sections(): relocation symbol: now described.midipix1-1/+2
10 dayspe_output_image_sections(): relocation type: now described.midipix1-3/+64
10 dayspe_output_image_symbols(): comdat selection: now described.midipix1-3/+23
10 dayspe_output_image_symbols(): fix formatting redundancy.midipix1-8/+8
11 dayspe_output_image_sections(): output relocation records in verbose mode.midipix1-2/+35
11 dayspe_output_image_symbols(): output auxiliary records of section symbols.midipix1-0/+31
11 dayspe_output_image_sections(): implemented verbose yaml output.midipix1-3/+42
11 dayspe_output_image_sections(): rewrite, produce prettier yaml.midipix1-12/+64
11 daysstruct pe_meta_sec_hdr: optimize for iterative name access.midipix2-10/+2
12 dayspe_output_image_symbols(): properly handle empty symbol tables.midipix1-0/+3
12 dayspe_output_symbol_records_yaml(): weak extern characteristics: now described.midipix1-2/+10
12 dayspe_output_symbol_records_yaml(): output auxiliary records of weak externals.midipix1-0/+23
13 dayspe_output_image_symbols(): implemented verbose yaml output.midipix1-1/+152
2025-06-08pe_output_image_symbols(): rewrite, produce prettier yaml.midipix1-11/+36
2025-06-08pe_output_image_symbols(): refactor, utilizing meta->m_symtbl.midipix1-18/+3
2025-06-08Annual chores.midipix8-8/+8
2025-06-07struct pe_meta_coff_file_hdr: .cfh_num_of_syms ==> .cfh_size_of_sym_tbl.midipix1-1/+3
2025-06-07api: coff symbol structs: rename .cs_num_of_aux_symbols to reflect content.midipix1-1/+1
2025-06-07struct pe_meta_coff_symbol: optimize for iterative name access.midipix1-7/+1
2025-06-04ar: pe_ar_list_members(): utility and driver integration.midipix1-0/+1
2025-06-03pe_cmd_ar(): added command-line semantic verification.midipix1-0/+8
2025-05-31driver: pe_lib_get_unit_ctx(): added handling of archives and archive members.midipix1-1/+5
2025-05-30library api: _meta_ (object and image meta data) namespace overhaul.midipix1-7/+7
2025-05-30library api: _info_ (image abi and framework info) namespace overhaul.midipix2-5/+5
2024-02-22pe_output_mdso_libraries() c99 conformance: avoid void * in pointer arithmetic.midipix1-2/+4
2021-12-30A new home.midipix8-8/+8
2021-07-06Annual chores.midipix8-8/+8
2019-08-15perk.h: eliminate #include's of referential headers.midipix2-0/+2
2019-03-02pe_output_mdso_libraries(): adjust following mdso's pre-alpha abi update.midipix1-16/+26
2018-08-09internals: pe_output_strerror(): use strerror_r(3) rather than strerror(3).midipix1-5/+14
2018-08-04pe_output_error_record(): use fdctx->fderr to determine annotation mode.midipix1-2/+2
2018-07-24pe_output_error_record(): re-implemented with fdctx and pure fdio.midipix1-8/+17
2018-07-24output interfaces: revised API and implementation to use fdctx and pure fdio.midipix7-77/+113
2017-12-14output: pe_output_mdso_libraries(): implementation and integration.midipix2-0/+197
2017-12-14project: renamed pe_output_import_libraries.c -> pe_output_idata_libraries.c.midipix1-0/+0
2017-12-13refactor: struct pe_meta_stats: members are now t-prefixed.midipix1-2/+2
2017-12-13refactor: struct pe_raw_image: members are now map-prefixed.midipix3-4/+4
2017-12-13refactor: struct pe_image_meta: pointers to raw data are now r-prefixed.midipix3-4/+4
2017-12-13refactor: struct pe_image_meta: meta section header members are now h-prefixed.midipix1-2/+2
2017-12-13refactor: struct pe_image_meta: meta members are now m-prefixed.midipix5-17/+17
2017-12-13refactor: renamed struct pe_meta_summary --> struct pe_meta_stats.midipix1-2/+2
2017-02-04annual chores.midipix7-7/+7
2016-12-02struct pe_{raw|meta}_coff_symbol: member name normalization.midipix1-4/+4
2016-12-01struct pe_{raw|meta}_import_hdr: member name normalization.midipix1-4/+4
2016-12-01{union|struct} pe_{raw|meta}_import_lookup: member name normalization.midipix1-2/+2
2016-12-01struct pe_{raw|meta}_export_hdr: member name normalization.midipix1-2/+2
2016-12-01struct pe_{raw|meta}_sec_hdr: member name normalization.midipix2-4/+4
2016-11-30struct pe_{raw|meta}_coff_file_hdr: member name normalization.midipix3-5/+5
2016-11-19PE format: struct pe_coff_symbol [and friends] --> struct pe_raw_coff_symbol.midipix1-2/+2
2016-11-17reader: pe_read_coff_symbl(): initial integration.midipix1-38/+13