From e26c21308b85d026c0b0d26482817cc5f30d932f Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 23 Jul 2020 14:11:11 +0800 Subject: initial implementation --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index cd12c4d1..4128372d 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -256,6 +256,7 @@ extern "C" StructOffsetByteValueToken = 26, StructureHexDumpTextToken = 27, GotoLabelToken = 28, + CommentToken = 29, // 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