From 9d75af02d905f6005b9cee7f79615569d7d14dd4 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 15 Nov 2016 00:07:23 -0500 Subject: driver: added --sections support (print image sections). --- src/skin/pe_skin_default.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/skin') diff --git a/src/skin/pe_skin_default.c b/src/skin/pe_skin_default.c index 56fbd14..8bf40e1 100644 --- a/src/skin/pe_skin_default.c +++ b/src/skin/pe_skin_default.c @@ -17,6 +17,9 @@ const struct argv_option pe_default_options[] = { {"type", 't',TAG_IMGTYPE,ARGV_OPTARG_NONE,0,0,0, "print image type"}, + {"sections", 's',TAG_SECTIONS,ARGV_OPTARG_NONE,0,0,0, + "print image sections"}, + {"expsyms", 'e',TAG_EXPSYMS,ARGV_OPTARG_NONE,0,0,0, "print exported symbols" }, -- cgit v1.2.3