From 153cea12f066ec60d625449765e28fc112085546 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 12 Nov 2018 00:26:35 -0500 Subject: output: header dump: added pe_hdrdump_coff_image_hdr(). --- include/perk/perk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/perk/perk.h') diff --git a/include/perk/perk.h b/include/perk/perk.h index 16b60c4..0693066 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -205,6 +205,7 @@ perk_api int pe_output_mdso_libraries (const struct pe_driver_ctx *, const str /* header dump api */ perk_api int pe_hdrdump_image_dos_hdr (const struct pe_driver_ctx *, const struct pe_image_meta *); +perk_api int pe_hdrdump_coff_image_hdr (const struct pe_driver_ctx *, const struct pe_image_meta *); /* error trace api */ perk_api int pe_output_error_record (const struct pe_driver_ctx *, const struct pe_error_info *); -- cgit v1.2.3