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

Method GetFullNameRef

binaryview.cpp:813–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811
812
813StringRef Symbol::GetFullNameRef() const
814{
815 BNStringRef* name = BNGetSymbolFullNameRef(m_object);
816 return StringRef(name);
817}
818
819
820string Symbol::GetRawName() const

Callers 1

LoadCategoriesMethod · 0.80

Calls 1

StringRefClass · 0.70

Tested by

no test coverage detected