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

Method reader

python/binaryview.py:9937–9938  ·  view source on GitHub ↗
(self, address: Optional[int] = None)

Source from the content-addressed store, hash-verified

9935 return self.parse_expression(expression, here)
9936
9937 def reader(self, address: Optional[int] = None) -> 'BinaryReader':
9938 return BinaryReader(self, address=address)
9939
9940 def writer(self, address: Optional[int] = None) -> 'BinaryWriter':
9941 return BinaryWriter(self, address=address)

Callers

nothing calls this directly

Calls 1

BinaryReaderClass · 0.70

Tested by

no test coverage detected