diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-07-29 21:56:51 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-07-29 21:56:51 -0400 |
| commit | b3f490f551a0e796d6cfc4e3264abdccddddec88 (patch) | |
| tree | 510641a72c4be0944fdbbed2cca1158dcd83a250 /binaryninjacore.h | |
| parent | 6a03627644b4593c701c93c7cf30a8f4490f84e8 (diff) | |
add inverted character constant integer display type
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
