diff options
| author | Rusty Wagner <rusty@vector35.com> | 2016-10-04 02:19:37 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2016-10-04 02:19:37 -0400 |
| commit | 9c986eca7082afffe98d8f89bbace8aaea912990 (patch) | |
| tree | 5278436c63cd5bff5c50e7befa937d60fdf2c4a0 | |
| parent | 5ff32d681d087cd964394576a135cde4a47e9f9f (diff) | |
Adding line types for section and segment separators
| -rw-r--r-- | binaryninjacore.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index b834769c..281850a2 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -201,9 +201,13 @@ extern "C" StackVariableLineType, StackVariableListEndLineType, FunctionEndLineType, - NoteBeginLineType, + NoteStartLineType, NoteLineType, - NoteEndLineType + NoteEndLineType, + SectionStartLineType, + SectionEndLineType, + SectionSeparatorLineType, + NonContiguousSeparatorLineType }; enum BNSymbolType |
