Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetRawNameRef
Method
GetRawNameRef
binaryview.cpp:829–833 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
827
828
829
StringRef Symbol::GetRawNameRef() const
830
{
831
BNStringRef* name = BNGetSymbolRawNameRef(m_object);
832
return StringRef(name);
833
}
834
835
836
uint64_t Symbol::GetAddress() const
Callers
2
Serialize
Function · 0.80
AdjustCallType
Method · 0.80
Calls
1
StringRef
Class · 0.70
Tested by
no test coverage detected