From b3f490f551a0e796d6cfc4e3264abdccddddec88 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 29 Jul 2025 21:56:51 -0400 Subject: add inverted character constant integer display type --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/binaryninjacore.h b/binaryninjacore.h index a1766bf8..01b1c178 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -984,6 +984,7 @@ extern "C" FloatDisplayType, DoubleDisplayType, EnumerationDisplayType, + InvertedCharacterConstantDisplayType, } BNIntegerDisplayType; typedef enum BNFlowGraphOption -- cgit v1.3.1