MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / get_comment_at

Method get_comment_at

python/function.py:1666–1667  ·  view source on GitHub ↗
(self, addr: int)

Source from the content-addressed store, hash-verified

1664 core.BNMarkFunctionAsRecentlyUsed(self.handle)
1665
1666 def get_comment_at(self, addr: int) -> str:
1667 return core.BNGetCommentForAddress(self.handle, addr)
1668
1669 def set_comment_at(self, addr: int, comment: str) -> None:
1670 """

Callers 3

commentsMethod · 0.95
_get_current_commentFunction · 0.45
_set_current_commentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected