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). --- include/perk/perk_output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h index d0a9c19..dd080e9 100644 --- a/include/perk/perk_output.h +++ b/include/perk/perk_output.h @@ -12,6 +12,7 @@ #define PERK_OUTPUT_IMAGE_CATEGORY 0x00000008 #define PERK_OUTPUT_IMAGE_SECTIONS 0x00000010 #define PERK_OUTPUT_IMAGE_SYMBOLS 0x00000020 +#define PERK_OUTPUT_IMAGE_STRINGS 0x00000040 /* pretty-printer flags */ -- cgit v1.2.3