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

Method GetFullName

binaryview.cpp:804–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802
803
804string Symbol::GetFullName() const
805{
806 char* name = BNGetSymbolFullName(m_object);
807 string result = name;
808 BNFreeString(name);
809 return result;
810}
811
812
813StringRef Symbol::GetFullNameRef() const

Callers 15

InitMethod · 0.80
ApplySymbolFunction · 0.80
NamedObjectMethod · 0.80
SymbolInfoMethod · 0.80
mainFunction · 0.80
dataMethod · 0.80
performSortMethod · 0.80
setFilterMethod · 0.80
dataMethod · 0.80
performSortMethod · 0.80
setFilterMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64