Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ NamedObject
Method
NamedObject
ui/symbollist.h:69–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
BNSymbolBinding binding;
68
69
NamedObject()
70
{
71
address = 0;
72
type = FunctionSymbol;
73
binding = NoBinding;
74
}
75
76
NamedObject(SymbolRef s)
77
{
Callers
nothing calls this directly
Calls
5
GetFullName
Method · 0.80
GetRawName
Method · 0.80
GetBinding
Method · 0.80
GetAddress
Method · 0.45
GetType
Method · 0.45
Tested by
no test coverage detected