summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 53cacfa8..096f089d 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1541,6 +1541,10 @@ namespace BinaryNinja
std::vector<std::string> GetUniqueSectionNames(const std::vector<std::string>& names);
+ std::string GetCommentForAddress(uint64_t addr) const;
+ std::vector<uint64_t> GetCommentedAddresses() const;
+ void SetCommentForAddress(uint64_t addr, const std::string& comment);
+
std::vector<BNAddressRange> GetAllocatedRanges();
void StoreMetadata(const std::string& key, Ref<Metadata> value);