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 0883d310..de65ee45 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -952,6 +952,10 @@ namespace BinaryNinja std::vector<Ref<BasicBlock>> GetBasicBlocks() const; void MarkRecentUse(); + std::string GetCommentForAddress(uint64_t addr) const; + std::vector<uint64_t> GetCommentedAddresses() const; + void SetCommentForAddress(uint64_t addr, const std::string& comment); + Ref<LowLevelILFunction> GetLowLevelIL() const; std::vector<Ref<BasicBlock>> GetLowLevelILBasicBlocks() const; |
