From 7259170670495345587117922735439997869754 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 16 Nov 2023 14:39:17 -0500 Subject: Special color for exported symbols Imports have their own color, so exports can too --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') 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, -- cgit v1.3.1