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

Method GetAddress

binaryview.cpp:836–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834
835
836uint64_t Symbol::GetAddress() const
837{
838 return BNGetSymbolAddress(m_object);
839}
840
841
842uint64_t Symbol::GetOrdinal() const

Callers 15

GetGpAddrMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected