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

Method addr

ui/searchresult.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 const BinaryNinja::DisassemblyTextLine& line, QWidget* owner);
62 SearchResultItem(const SearchResultItem& other);
63 uint64_t addr() const { return m_addr; }
64 BinaryNinja::DataBuffer buffer() const { return m_buffer; }
65 FunctionRef func() const { return m_func; }
66 bool operator==(const SearchResultItem& other) const { return m_addr == other.addr(); }

Callers 3

operator==Method · 0.45
operator!=Method · 0.45
operator<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected