Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
813
StringRef Symbol::GetFullNameRef() const
814
{
815
BNStringRef* name = BNGetSymbolFullNameRef(m_object);
816
return StringRef(name);
817
}
818
819
820
string Symbol::GetRawName() const
Callers
1
LoadCategories
Method · 0.80
Calls
1
StringRef
Class · 0.70
Tested by
no test coverage detected