Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetShortNameRef
Method
GetShortNameRef
binaryview.cpp:797–801 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
795
796
797
StringRef Symbol::GetShortNameRef() const
798
{
799
BNStringRef* name = BNGetSymbolShortNameRef(m_object);
800
return StringRef(name);
801
}
802
803
804
string Symbol::GetFullName() const
Callers
nothing calls this directly
Calls
1
StringRef
Class · 0.70
Tested by
no test coverage detected