diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-12-27 16:14:46 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-01-30 17:20:05 -0500 |
| commit | 8862696926173104957729683832591438161557 (patch) | |
| tree | 78ba6d7dc8144430136086c8dc84726171eec8ab /basicblock.cpp | |
| parent | 5a5426d030b6be26d4564ba1eba2d8a275533256 (diff) | |
Render Layers
Diffstat (limited to 'basicblock.cpp')
| -rw-r--r-- | basicblock.cpp | 6 |
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); |
