summaryrefslogtreecommitdiffhomepage
path: root/src/skin/pe_skin_default.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/skin/pe_skin_default.c')
-rw-r--r--src/skin/pe_skin_default.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/skin/pe_skin_default.c b/src/skin/pe_skin_default.c
index 60663ea..963af6e 100644
--- a/src/skin/pe_skin_default.c
+++ b/src/skin/pe_skin_default.c
@@ -40,5 +40,15 @@ const struct argv_option pe_default_options[] = {
"list .dsometa (mdso) dependency libraries "
"along with referenced symbols"},
+ {"hdrdump", 'X',TAG_HDRDUMP,ARGV_OPTARG_OPTIONAL,0,
+ "dos|image.dos|"
+ "coff|coff.image|coff.object|coff.optional|"
+ "sectbl|section.table|"
+ "exphdr|export.header|"
+ "imptbl|import.table",0,
+ "output struct-based information for "
+ "either all headers (the default) "
+ "or a specific header"},
+
{0,0,0,0,0,0,0,0}
};