summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
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);