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

Method symbol

python/binaryview.py:11119–11120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11117
11118 @property
11119 def symbol(self) -> Optional['_types.CoreSymbol']:
11120 return self.view.get_symbol_at(self.address)
11121
11122 @symbol.setter
11123 def symbol(self, value: Optional[Union[str, '_types.CoreSymbol']]) -> None: # type: ignore

Callers

nothing calls this directly

Calls 4

SymbolMethod · 0.80
get_symbol_atMethod · 0.45
undefine_user_symbolMethod · 0.45
define_user_symbolMethod · 0.45

Tested by

no test coverage detected