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/internal/perk_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index 4229977..a42f89d 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -18,6 +18,7 @@ enum app_tags { TAG_CATEGORY, TAG_SECTIONS, TAG_SYMBOLS, + TAG_STRINGS, TAG_EXPSYMS, TAG_IMPLIBS, TAG_IMPSYMS, -- cgit v1.2.3