From 1f885d1482d0d4e91f84c6d171672bf0d545923e Mon Sep 17 00:00:00 2001 From: rollsafe Date: Tue, 11 Jun 2019 15:29:57 -0400 Subject: Add comments map to binaryview --- binaryninjaapi.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'binaryninjaapi.h') 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 GetUniqueSectionNames(const std::vector& names); + std::string GetCommentForAddress(uint64_t addr) const; + std::vector GetCommentedAddresses() const; + void SetCommentForAddress(uint64_t addr, const std::string& comment); + std::vector GetAllocatedRanges(); void StoreMetadata(const std::string& key, Ref value); -- cgit v1.3.1