MCPcopy 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

GetFullNameMethod · 0.80
GetRawNameMethod · 0.80
GetBindingMethod · 0.80
GetAddressMethod · 0.45
GetTypeMethod · 0.45

Tested by

no test coverage detected