MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetSymbol

Method GetSymbol

function.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262
263Ref<Symbol> Function::GetSymbol() const
264{
265 return new Symbol(BNGetFunctionSymbol(m_object));
266}
267
268
269bool Function::WasAutomaticallyDiscovered() const

Callers 13

ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
GetFunctionTypeTokensMethod · 0.45
ProcessVFTMethod · 0.45
GetRealSymbolFunction · 0.45
ProcessVFTMethod · 0.45
mainFunction · 0.45
dataMethod · 0.45
performSortMethod · 0.45
setFilterMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36