diff options
author | midipix <writeonce@midipix.org> | 2018-11-11 22:31:47 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-11-20 20:25:15 -0500 |
commit | 71ed2fda0285acf148a38f443490435350df6b4e (patch) | |
tree | 55e629a0b4beba1f3dc794885127cb60a9698dd6 /include | |
parent | b73ae8503fd4afff6821e3bed84d408e1f8a3f0c (diff) | |
download | perk-71ed2fda0285acf148a38f443490435350df6b4e.tar.bz2 perk-71ed2fda0285acf148a38f443490435350df6b4e.tar.xz |
output: header dump: added pe_hdrdump_image_dos_hdr().
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index d5ede02..16b60c4 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -203,6 +203,9 @@ perk_api int pe_output_export_symbols (const struct pe_driver_ctx *, const str perk_api int pe_output_import_libraries(const struct pe_driver_ctx *, const struct pe_image_meta *); perk_api int pe_output_mdso_libraries (const struct pe_driver_ctx *, const struct pe_image_meta *); +/* header dump api */ +perk_api int pe_hdrdump_image_dos_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 *); perk_api int pe_output_error_vector (const struct pe_driver_ctx *); |