diff options
author | midipix <writeonce@midipix.org> | 2018-11-12 00:26:35 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-11-20 20:25:15 -0500 |
commit | 153cea12f066ec60d625449765e28fc112085546 (patch) | |
tree | 311667c6d7f18c3e28b45bf8388bd4c799602ccd /project | |
parent | 71ed2fda0285acf148a38f443490435350df6b4e (diff) | |
download | perk-153cea12f066ec60d625449765e28fc112085546.tar.bz2 perk-153cea12f066ec60d625449765e28fc112085546.tar.xz |
output: header dump: added pe_hdrdump_coff_image_hdr().
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index b12a040..2a2ed7b 100644 --- a/project/common.mk +++ b/project/common.mk @@ -3,6 +3,7 @@ API_SRCS = \ src/driver/pe_driver_ctx.c \ src/driver/pe_unit_ctx.c \ src/hdrdump/pe_hdrdump_image_dos_hdr.c \ + src/hdrdump/pe_hdrdump_coff_image_hdr.c \ src/info/pe_get_image_abi.c \ src/info/pe_get_image_framework.c \ src/info/pe_get_image_subsystem.c \ |