MCPcopy 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
1258Ref<Symbol> ObjCProcessor::GetSymbol(uint64_t address)
1259{
1260 return m_data->GetSymbolByAddress(address);
1261}
1262
1263void ObjCProcessor::ProcessObjCData()
1264{

Callers

nothing calls this directly

Calls 1

GetSymbolByAddressMethod · 0.80

Tested by

no test coverage detected