summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2016-10-04 02:19:37 -0400
committerRusty Wagner <rusty@vector35.com>2016-10-04 02:19:37 -0400
commit9c986eca7082afffe98d8f89bbace8aaea912990 (patch)
tree5278436c63cd5bff5c50e7befa937d60fdf2c4a0
parent5ff32d681d087cd964394576a135cde4a47e9f9f (diff)
Adding line types for section and segment separators
-rw-r--r--binaryninjacore.h8
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