From 9e2275f12aea1d90c206ea597f42cdd82f9a38ae Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 30 May 2025 22:16:01 +0000 Subject: library api: _hexdump_ (header and section pretty printing) namespace overhaul. --- project/common.mk | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'project/common.mk') diff --git a/project/common.mk b/project/common.mk index 7d9b68f..24ecfad 100644 --- a/project/common.mk +++ b/project/common.mk @@ -8,13 +8,13 @@ API_SRCS = \ src/driver/pe_amain.c \ src/driver/pe_driver_ctx.c \ src/driver/pe_unit_ctx.c \ - src/hdrdump/pe_hdrdump_export_hdr.c \ - src/hdrdump/pe_hdrdump_image_dos_hdr.c \ - src/hdrdump/pe_hdrdump_import_tbl.c \ - src/hdrdump/pe_hdrdump_coff_image_hdr.c \ - src/hdrdump/pe_hdrdump_coff_object_hdr.c \ - src/hdrdump/pe_hdrdump_coff_opt_hdr.c \ - src/hdrdump/pe_hdrdump_sec_tbl.c \ + src/hexdump/pe_hexdump_export_hdr.c \ + src/hexdump/pe_hexdump_image_dos_hdr.c \ + src/hexdump/pe_hexdump_import_tbl.c \ + src/hexdump/pe_hexdump_coff_image_hdr.c \ + src/hexdump/pe_hexdump_coff_object_hdr.c \ + src/hexdump/pe_hexdump_coff_opt_hdr.c \ + src/hexdump/pe_hexdump_sec_tbl.c \ src/info/pe_get_image_abi.c \ src/info/pe_get_image_framework.c \ src/info/pe_get_image_subsystem.c \ @@ -42,7 +42,7 @@ API_SRCS = \ INTERNAL_SRCS = \ src/internal/$(PACKAGE)_dprintf_impl.c \ src/internal/$(PACKAGE)_errinfo_impl.c \ - src/internal/$(PACKAGE)_hdrdump_impl.c \ + src/internal/$(PACKAGE)_hexdump_impl.c \ APP_SRCS = \ src/perk.c -- cgit v1.2.3