Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
decode
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected