diff options
| author | Jon Palmisciano <jp@jonpalmisc.com> | 2021-07-22 07:13:03 -0400 |
|---|---|---|
| committer | Jon Palmisciano <jp@jonpalmisc.com> | 2021-09-30 13:31:09 -0400 |
| commit | fdb8454593ad805145a99bfdcb877a1834bacda0 (patch) | |
| tree | 976b05350f488505067aee41094fc359892fa572 | |
| parent | 3df3c68c3fb9ddf6c4f8c341ff6670703c6e28b6 (diff) | |
Core: Add new `UnknownMemoryToken` token type
| -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, |
