From 3827198893e5ffead609c09dbb96837511d0ded5 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 16 Nov 2018 22:43:33 -0500 Subject: output: header dump: added pe_hdrdump_opt_hdr(). --- include/perk/perk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/perk/perk.h b/include/perk/perk.h index 73be4ee..ad28822 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -207,6 +207,7 @@ perk_api int pe_output_mdso_libraries (const struct pe_driver_ctx *, const str 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 *); perk_api int pe_hdrdump_coff_object_hdr(const struct pe_driver_ctx *, const struct pe_image_meta *); +perk_api int pe_hdrdump_opt_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