diff options
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 86cf3193..eb041857 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -310,6 +310,7 @@ extern "C" PossibleValueTypeToken = 31, ArrayIndexToken = 32, IndentationToken = 33, + UnknownMemoryToken = 34, // The following are output by the analysis system automatically, these should // not be used directly by the architecture plugins CodeSymbolToken = 64, |
