From fdb8454593ad805145a99bfdcb877a1834bacda0 Mon Sep 17 00:00:00 2001 From: Jon Palmisciano Date: Thu, 22 Jul 2021 07:13:03 -0400 Subject: Core: Add new `UnknownMemoryToken` token type --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.3.1