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

Method view

python/function.py:532–534  ·  view source on GitHub ↗

Function view (read-only)

(self)

Source from the content-addressed store, hash-verified

530
531 @property
532 def view(self) -> 'binaryview.BinaryView':
533 """Function view (read-only)"""
534 return self._view
535
536 @property
537 def arch(self) -> 'architecture.Architecture':

Callers 15

plugin_initFunction · 0.45
on_matched_functionFunction · 0.45
build_functionFunction · 0.45
basic_block_guidFunction · 0.45
match_functionMethod · 0.45
cached_function_matchFunction · 0.45
cached_functionFunction · 0.45
cached_function_guidFunction · 0.45
try_cached_function_guidFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected