diff options
| -rw-r--r-- | binaryninjacore.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
