diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index c9c19953..50def47f 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1275,6 +1275,8 @@ namespace BinaryNinja bool HasUndeterminedOutgoingEdges() const; void MarkRecentUse(); + + std::vector<std::vector<InstructionTextToken>> GetAnnotations(); }; struct StackVariable @@ -1385,6 +1387,8 @@ namespace BinaryNinja std::vector<IndirectBranchInfo> GetIndirectBranches(); std::vector<IndirectBranchInfo> GetIndirectBranchesAt(Architecture* arch, uint64_t addr); + + std::vector<std::vector<InstructionTextToken>> GetBlockAnnotations(Architecture* arch, uint64_t addr); }; struct FunctionGraphTextLine |
