summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 0f88972d..223b9fac 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -159,6 +159,11 @@ extern "C"
FloatingPointToken = 8,
AnnotationToken = 9,
CodeRelativeAddressToken = 10,
+ VariableTypeToken = 11,
+ FunctionReturnTypeToken = 12,
+ FunctionAttributeToken = 13,
+ ArgumentTypeToken = 14,
+ ArgumentNameToken = 15,
// The following are output by the analysis system automatically, these should
// not be used directly by the architecture plugins
@@ -171,12 +176,17 @@ extern "C"
enum BNLinearDisassemblyLineType
{
+ BlankLineType,
CodeDisassemblyLineType,
DataVariableLineType,
HexDumpLineType,
FunctionHeaderLineType,
+ FunctionHeaderStartLineType,
+ FunctionHeaderEndLineType,
FunctionContinuationLineType,
- StackVariableLineType
+ StackVariableLineType,
+ StackVariableListEndLineType,
+ FunctionEndLineType
};
enum BNSymbolType