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/driver/pe_driver_ctx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/driver') diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c index accb9c1..b0135e9 100644 --- a/src/driver/pe_driver_ctx.c +++ b/src/driver/pe_driver_ctx.c @@ -166,6 +166,10 @@ int pe_get_driver_ctx( cctx.fmtflags |= PERK_OUTPUT_IMAGE_SYMBOLS; break; + case TAG_STRINGS: + cctx.fmtflags |= PERK_OUTPUT_IMAGE_STRINGS; + break; + case TAG_EXPSYMS: cctx.fmtflags |= PERK_OUTPUT_EXPORT_SYMS; break; -- cgit v1.2.3