summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2019-08-27 07:37:10 -0400
committerPeter LaFosse <peter@vector35.com>2019-08-27 07:37:15 -0400
commit5019d87a1936a07f86512d6de5cbd4b0db3ea25b (patch)
treeb89783a027351987c11ecaaae9b39c3162adea96 /binaryninjacore.h
parent6d0c013a6b21aad1afdc413aea0392fe805adabd (diff)
Add support for showing structure offsets and inferring types via hotkey, add changing names/types of structure members from linear/graph view
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 0472560d..852e2a7e 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -242,6 +242,7 @@ extern "C"
NameSpaceToken = 22,
NameSpaceSeparatorToken = 23,
TagToken = 24,
+ StructOffsetToken = 25,
// The following are output by the analysis system automatically, these should
// not be used directly by the architecture plugins
CodeSymbolToken = 64,