diff options
| author | Brian Potchik <brian@vector35.com> | 2025-07-15 20:25:48 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-07-15 20:25:48 -0400 |
| commit | 0fdf63426e186102906c1fb8b8e7107c058023ae (patch) | |
| tree | 064cfc4c0f04e10ab07066c98b9d62547927cdb3 /binaryninjaapi.h | |
| parent | ecf8b3f9d730bc08bf40c7ef2e5659769a77ee1e (diff) | |
Finish guided analysis feature and add unit tests.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
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); |
