diff options
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/pe_skin_default.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/skin/pe_skin_default.c b/src/skin/pe_skin_default.c index ad663e8..56fbd14 100644 --- a/src/skin/pe_skin_default.c +++ b/src/skin/pe_skin_default.c @@ -14,6 +14,9 @@ const struct argv_option pe_default_options[] = { {"pretty", 'p',TAG_PRETTY,ARGV_OPTARG_REQUIRED,0,"yaml|dlltool",0, "format output for parsing by %s"}, + {"type", 't',TAG_IMGTYPE,ARGV_OPTARG_NONE,0,0,0, + "print image type"}, + {"expsyms", 'e',TAG_EXPSYMS,ARGV_OPTARG_NONE,0,0,0, "print exported symbols" }, @@ -23,5 +26,6 @@ const struct argv_option pe_default_options[] = { {"impsyms", 'I',TAG_IMPSYMS,ARGV_OPTARG_NONE,0,0,0, "list direct dependency libraries " "along with required symbols"}, + {0,0,0,0,0,0,0,0} }; |