diff options
| author | Rusty Wagner <rusty@vector35.com> | 2019-03-26 16:42:55 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2019-03-26 17:04:04 -0400 |
| commit | 289cca29ff8d4a380c24d253edeaf8bd7c340fb2 (patch) | |
| tree | aba219c04a87c7da1430906a2148e9327cda325c /binaryninjacore.h | |
| parent | 8b04c6ec72e8487883e5d71c141969dbf7eca050 (diff) | |
Add a tokenized text view class for UI plugins
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 c4aac243..9eb74713 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -260,6 +260,7 @@ extern "C" enum BNLinearDisassemblyLineType { BlankLineType, + BasicLineType, CodeDisassemblyLineType, DataVariableLineType, HexDumpLineType, |
