From ecf121476585a0c456689987c14d89ecc6364625 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 17 Nov 2016 04:47:33 -0500 Subject: driver: added --strings support (list strings found in the coff string table). --- 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 9c376e0..5c21363 100644 --- a/src/skin/pe_skin_default.c +++ b/src/skin/pe_skin_default.c @@ -20,6 +20,9 @@ const struct argv_option pe_default_options[] = { {"symbols", 'm',TAG_SYMBOLS,ARGV_OPTARG_NONE,0,0,0, "list symbols found in the coff symbol table"}, + {"strings", 's',TAG_STRINGS,ARGV_OPTARG_NONE,0,0,0, + "list strings found in the coff string table"}, + {"expsyms", 'e',TAG_EXPSYMS,ARGV_OPTARG_NONE,0,0,0, "list exported symbols" }, -- cgit v1.2.3