Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetSymbol
Method
GetSymbol
objectivec/objc.cpp:1258–1261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1256
}
1257
1258
Ref<Symbol> ObjCProcessor::GetSymbol(uint64_t address)
1259
{
1260
return m_data->GetSymbolByAddress(address);
1261
}
1262
1263
void ObjCProcessor::ProcessObjCData()
1264
{
Callers
nothing calls this directly
Calls
1
GetSymbolByAddress
Method · 0.80
Tested by
no test coverage detected