From 5019d87a1936a07f86512d6de5cbd4b0db3ea25b Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 27 Aug 2019 07:37:10 -0400 Subject: Add support for showing structure offsets and inferring types via hotkey, add changing names/types of structure members from linear/graph view --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') 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, -- cgit v1.3.1