Age | Commit message (Expand) | Author | Files | Lines |
3 days | driver: added --cmd=ranlib support, pe_cmd_ranlib() stub, and perk-ranlib sym... | midipix | 1 | -0/+2 |
3 days | driver: added --cmd=strip support, pe_cmd_strip() stub, and perk-strip symlink. | midipix | 1 | -0/+2 |
3 days | driver: added --cmd=size support, pe_cmd_size() stub, and perk-size symlink. | midipix | 1 | -0/+2 |
3 days | driver: added --cmd=nm support, the pe_cmd_nm() stub, and the perk-nm symlink. | midipix | 1 | -0/+2 |
4 days | output: pe_output_base_relocs(): initial implementation. | midipix | 1 | -0/+1 |
9 days | api: renamed pe_output_image_symbols() as pe_output_pecoff_symbols(). | midipix | 1 | -1/+1 |
9 days | api: renamed pe_output_image_strings() as pe_output_pecoff_strings(). | midipix | 1 | -1/+1 |
9 days | api: renamed pe_output_image_sections() as pe_output_pecoff_sections(). | midipix | 1 | -1/+1 |
9 days | api: renamed pe_output_image_category() as pe_output_pecoff_category(). | midipix | 1 | -1/+1 |
10 days | reader: implemented pe_read_coff_reloc(). | midipix | 1 | -0/+1 |
11 days | reader: implemented pe_read_aux_rec_weaksym(). | midipix | 1 | -0/+1 |
11 days | reader: implemented pe_read_aux_rec_section(). | midipix | 1 | -0/+1 |
2025-06-07 | low-level api: incorporate the framework's crc32 and crc64 interfaces. | midipix | 1 | -0/+2 |
2025-06-04 | ar: pe_ar_print_members(): initial implementation and integration. | midipix | 1 | -0/+1 |
2025-06-04 | ar: pe_ar_list_members(): initial implementation and integration. | midipix | 1 | -0/+1 |
2025-06-01 | driver: added --cmd=ar support, the pe_cmd_ar() stub, and the perk-ar symlink. | midipix | 1 | -0/+2 |
2025-05-30 | library api: _raw_ (raw image api) namespace overhaul. | midipix | 1 | -1/+1 |
2025-05-30 | library api: _meta_ (object and image meta data) namespace overhaul. | midipix | 1 | -1/+1 |
2025-05-30 | library api: _info_ (image abi and framework info) namespace overhaul. | midipix | 1 | -4/+4 |
2025-05-30 | library api: _hexdump_ (header and section pretty printing) namespace overhaul. | midipix | 1 | -8/+8 |
2025-05-30 | arbits: added pe_ar_get_archive_meta(), the framework's archive parser. | midipix | 1 | -0/+5 |
2025-05-29 | driver: become multi-cmd ready, added pe_cmd_perk(). | midipix | 1 | -0/+2 |
2021-04-09 | library interfaces: renamed pe_hdrdump_opt_hdr() ==> pe_hdrdump_coff_opt_hdr(). | midipix | 1 | -1/+1 |
2018-11-20 | output: header dump: added pe_hdrdump_import_tbl(). | midipix | 1 | -0/+1 |
2018-11-20 | output: header dump: added pe_hdrdump_export_hdr(). | midipix | 1 | -0/+1 |
2018-11-20 | output: header dump: added pe_hdrdump_sec_tbl(). | midipix | 1 | -0/+1 |
2018-11-20 | output: header dump: added pe_hdrdump_opt_hdr(). | midipix | 1 | -0/+1 |
2018-11-20 | output: header dump: added pe_hdrdump_coff_object_hdr(). | midipix | 1 | -0/+1 |
2018-11-20 | output: header dump: added pe_hdrdump_coff_image_hdr(). | midipix | 1 | -0/+1 |
2018-11-20 | output: header dump: added pe_hdrdump_image_dos_hdr(). | midipix | 1 | -0/+1 |
2018-11-20 | internals: added pe_output_hex_{header|footer}(), pe_output_raw_element(). | midipix | 1 | -0/+1 |
2018-07-14 | internals: added pe_dprintf(), a signal-resilient dprintf implementation. | midipix | 1 | -0/+1 |
2017-12-14 | output: pe_output_mdso_libraries(): implementation and integration. | midipix | 1 | -0/+1 |
2017-12-14 | project: renamed pe_output_import_libraries.c -> pe_output_idata_libraries.c. | midipix | 1 | -1/+1 |
2016-11-17 | reader: pe_read_coff_symbol(): initial implementation. | midipix | 1 | -0/+1 |
2016-11-17 | output: pe_output_image_strings(): initial implementation and integration. | midipix | 1 | -0/+1 |
2016-11-16 | output: pe_output_image_symbols(): initial implementation and integration. | midipix | 1 | -0/+1 |
2016-11-15 | output: pe_output_image_sections(): implementation and integration. | midipix | 1 | -0/+1 |
2016-11-15 | output: renamed pe_output_image_type() --> pe_output_image_category(). | midipix | 1 | -1/+1 |
2016-11-14 | project: source tree layout: moved info source files under src/info. | midipix | 1 | -4/+4 |
2016-11-14 | info api: pe_get_image_abi(): initial implementation. | midipix | 1 | -0/+1 |
2016-11-14 | info api: pe_get_image_subtype(): initial implementation. | midipix | 1 | -0/+1 |
2016-11-14 | info api: pe_get_image_subsystem(): initial implementation. | midipix | 1 | -0/+1 |
2016-11-14 | info api: pe_get_image_framework(): initial implementation. | midipix | 1 | -0/+1 |
2016-11-14 | project: common.mk: code maintenance. | midipix | 1 | -2/+6 |
2016-11-12 | output: pe_output_image_type(): implementation and integration. | midipix | 1 | -0/+1 |
2016-11-10 | output: added pe_output_error_record(), pe_output_error_vector(). | midipix | 1 | -0/+1 |
2016-11-10 | internals: error trace implementation: added pe_record_error(). | midipix | 1 | -0/+1 |
2016-11-10 | utility: improved box integration, removed need for build-time macro. | midipix | 1 | -0/+1 |
2016-11-10 | program driver: adjust source tree to support multiple skins. | midipix | 1 | -0/+1 |