Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
804
string Symbol::GetFullName() const
805
{
806
char* name = BNGetSymbolFullName(m_object);
807
string result = name;
808
BNFreeString(name);
809
return result;
810
}
811
812
813
StringRef Symbol::GetFullNameRef() const
Callers
15
Init
Method · 0.80
ApplySymbol
Function · 0.80
NamedObject
Method · 0.80
SymbolInfo
Method · 0.80
main
Function · 0.80
data
Method · 0.80
performSort
Method · 0.80
setFilter
Method · 0.80
data
Method · 0.80
performSort
Method · 0.80
setFilter
Method · 0.80
data
Method · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64