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. --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 595c827e..50312bbc 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -11602,6 +11602,7 @@ namespace BinaryNinja { void RemoveGuidedSourceBlocks(const std::vector& addresses); bool IsGuidedSourceBlock(Architecture* arch, uint64_t addr) const; std::vector GetGuidedSourceBlocks(); + bool HasGuidedSourceBlocks() const; std::vector GetIndirectBranches(); std::vector GetIndirectBranchesAt(Architecture* arch, uint64_t addr); -- cgit v1.3.1