From 8fcc840c79174728ef96afa0ff37713e74311d51 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 13 Jul 2016 01:42:49 -0400 Subject: Add token types for hex dump --- binaryninjacore.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/binaryninjacore.h b/binaryninjacore.h index 223b9fac..a257d0d0 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -164,6 +164,10 @@ extern "C" FunctionAttributeToken = 13, ArgumentTypeToken = 14, ArgumentNameToken = 15, + HexDumpByteValueToken = 16, + HexDumpSkippedByteToken = 17, + HexDumpInvalidByteToken = 18, + HexDumpTextToken = 19, // The following are output by the analysis system automatically, these should // not be used directly by the architecture plugins -- cgit v1.3.1