summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2017-07-14 01:05:18 -0400
committerRusty Wagner <rusty@vector35.com>2017-07-14 01:05:18 -0400
commit35c65d909d1ec36a4a1bad7404c9f986e259f662 (patch)
tree213cc0371f20f8d9189387d28694d04d7153370a /binaryninjacore.h
parent3d403cfae9d5a366f112c8a5936a371a01cfd230 (diff)
Adding API to get type of MLIL expression
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index f5b89437..0414b512 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -2488,6 +2488,8 @@ extern "C"
BINARYNINJACOREAPI size_t BNGetLowLevelILInstructionIndex(BNMediumLevelILFunction* func, size_t instr);
BINARYNINJACOREAPI size_t BNGetLowLevelILExprIndex(BNMediumLevelILFunction* func, size_t expr);
+ BINARYNINJACOREAPI BNTypeWithConfidence BNGetMediumLevelILExprType(BNMediumLevelILFunction* func, size_t expr);
+
// Types
BINARYNINJACOREAPI BNType* BNCreateVoidType(void);
BINARYNINJACOREAPI BNType* BNCreateBoolType(void);