summaryrefslogtreecommitdiff
path: root/basicblock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'basicblock.cpp')
-rw-r--r--basicblock.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/basicblock.cpp b/basicblock.cpp
index 67856d88..a56512fe 100644
--- a/basicblock.cpp
+++ b/basicblock.cpp
@@ -592,6 +592,12 @@ bool BasicBlock::IsMediumLevelILBlock() const
}
+bool BasicBlock::IsHighLevelILBlock() const
+{
+ return BNIsHighLevelILBasicBlock(m_object);
+}
+
+
Ref<LowLevelILFunction> BasicBlock::GetLowLevelILFunction() const
{
BNLowLevelILFunction* func = BNGetBasicBlockLowLevelILFunction(m_object);