summaryrefslogtreecommitdiffhomepage
path: root/src/hdrdump
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15perk.h: eliminate #include's of referential headers.midipix7-0/+14
The primary purpose of this commit is to eliminate the pulling in of definitions not strictly needed by perk.h. In particular, perk.h does not require any of the PE constants to be defined, and only refers to the raw PE structs by pointer. The secondary purpose of this commit is to allow for inclusion of perk.h by software that already comes with its own set of PE const and struct definitions.
2018-11-20output: header dump: pe_hdrdump_import_tbl(): output the import library name.midipix1-2/+30
2018-11-20output: header dump: added pe_hdrdump_import_tbl().midipix1-0/+76
2018-11-20output: header dump: added pe_hdrdump_export_hdr().midipix1-0/+66
2018-11-20output: header dump: added pe_hdrdump_sec_tbl().midipix1-0/+81
2018-11-20output: header dump: added pe_hdrdump_opt_hdr().midipix1-0/+198
2018-11-20output: header dump: added pe_hdrdump_coff_object_hdr().midipix1-0/+62
2018-11-20output: header dump: added pe_hdrdump_coff_image_hdr().midipix1-0/+63
2018-11-20output: header dump: added pe_hdrdump_image_dos_hdr().midipix1-0/+74