summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_output.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-17 04:47:33 -0500
committermidipix <writeonce@midipix.org>2016-11-17 04:47:33 -0500
commitecf121476585a0c456689987c14d89ecc6364625 (patch)
treef3868eb156a5ec0036bd9b3937725cf1671c52af /include/perk/perk_output.h
parentd492af690ee0c2d756981f0a716299f726a7833e (diff)
downloadperk-ecf121476585a0c456689987c14d89ecc6364625.tar.bz2
perk-ecf121476585a0c456689987c14d89ecc6364625.tar.xz
driver: added --strings support (list strings found in the coff string table).
Diffstat (limited to 'include/perk/perk_output.h')
-rw-r--r--include/perk/perk_output.h1
1 files changed, 1 insertions, 0 deletions
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 */