summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index d0a3bbff..d7911b96 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -4113,6 +4113,7 @@ __attribute__ ((format (printf, 1, 2)))
Ref<HighLevelILFunction> GetHighLevelIL() const;
size_t GetHighLevelILInstructionIndex(size_t instr) const;
size_t GetHighLevelILExprIndex(size_t expr) const;
+ std::set<size_t> GetHighLevelILExprIndexes(size_t expr) const;
Confidence<Ref<Type>> GetExprType(size_t expr);
Confidence<Ref<Type>> GetExprType(const MediumLevelILInstruction& expr);