From 0fdf63426e186102906c1fb8b8e7107c058023ae Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 15 Jul 2025 20:25:48 -0400 Subject: Finish guided analysis feature and add unit tests. --- function.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'function.cpp') diff --git a/function.cpp b/function.cpp index 1b2c0a46..1d35aa7d 100644 --- a/function.cpp +++ b/function.cpp @@ -1750,6 +1750,12 @@ std::vector Function::GetGuidedSourceBlocks() } +bool Function::HasGuidedSourceBlocks() const +{ + return BNHasGuidedSourceBlocks(m_object); +} + + vector Function::GetIndirectBranches() { size_t count; -- cgit v1.3.1