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

Method GetRawNameRef

binaryview.cpp:829–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827
828
829StringRef Symbol::GetRawNameRef() const
830{
831 BNStringRef* name = BNGetSymbolRawNameRef(m_object);
832 return StringRef(name);
833}
834
835
836uint64_t Symbol::GetAddress() const

Callers 2

SerializeFunction · 0.80
AdjustCallTypeMethod · 0.80

Calls 1

StringRefClass · 0.70

Tested by

no test coverage detected