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

Method value

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

Source from the content-addressed store, hash-verified

467
468 @property
469 def value(self) -> str:
470 return self._view.read(self._start, self._length).decode(self._decodings[self._type])
471
472 @property
473 def raw(self) -> bytes:

Callers

nothing calls this directly

Calls 2

decodeMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected