diff options
| author | Xusheng <xusheng@vector35.com> | 2020-07-23 14:11:11 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2020-07-30 23:06:55 +0800 |
| commit | e26c21308b85d026c0b0d26482817cc5f30d932f (patch) | |
| tree | e1a400eee2a0fa06a7b4948f373fa6a0a50c26bb /binaryninjacore.h | |
| parent | bf044d705670433883caa406a111a91fd9f94f9d (diff) | |
initial implementation
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
