summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-07-15 20:25:48 -0400
committerBrian Potchik <brian@vector35.com>2025-07-15 20:25:48 -0400
commit0fdf63426e186102906c1fb8b8e7107c058023ae (patch)
tree064cfc4c0f04e10ab07066c98b9d62547927cdb3 /binaryninjaapi.h
parentecf8b3f9d730bc08bf40c7ef2e5659769a77ee1e (diff)
Finish guided analysis feature and add unit tests.
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 595c827e..50312bbc 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -11602,6 +11602,7 @@ namespace BinaryNinja {
void RemoveGuidedSourceBlocks(const std::vector<ArchAndAddr>& addresses);
bool IsGuidedSourceBlock(Architecture* arch, uint64_t addr) const;
std::vector<ArchAndAddr> GetGuidedSourceBlocks();
+ bool HasGuidedSourceBlocks() const;
std::vector<IndirectBranchInfo> GetIndirectBranches();
std::vector<IndirectBranchInfo> GetIndirectBranchesAt(Architecture* arch, uint64_t addr);