Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
263
Ref<Symbol> Function::GetSymbol() const
264
{
265
return new Symbol(BNGetFunctionSymbol(m_object));
266
}
267
268
269
bool Function::WasAutomaticallyDiscovered() const
Callers
13
ApplyRelocation
Method · 0.45
ApplyRelocation
Method · 0.45
GetFunctionTypeTokens
Method · 0.45
ProcessVFT
Method · 0.45
GetRealSymbol
Function · 0.45
ProcessVFT
Method · 0.45
main
Function · 0.45
data
Method · 0.45
performSort
Method · 0.45
setFilter
Method · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36