summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-11-16 14:39:17 -0500
committerGlenn Smith <glenn@vector35.com>2023-11-16 19:31:44 -0500
commit7259170670495345587117922735439997869754 (patch)
tree6216fb9dbf42235cc88f0969d0b0c1b254c158af /binaryninjacore.h
parentc798413b1d6625a94d90f1ef56c067370d93bb9f (diff)
Special color for exported symbols
Imports have their own color, so exports can too
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 06ec52cb..e3fa2962 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1798,6 +1798,7 @@ extern "C"
DataSymbolColor,
StackVariableColor,
ImportColor,
+ ExportColor,
InstructionHighlightColor,
RelatedInstructionHighlightColor,
TokenHighlightColor,