Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ readable
Method
readable
python/binaryview.py:1492–1493 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1490
1491
@property
1492
def
readable(self) -> bool:
1493
return
(core.BNSegmentGetFlags(self.handle) & SegmentFlag.SegmentReadable) != 0
1494
1495
@property
1496
def
data_length(self) -> int:
Callers
1
peripheral_block_memory_info
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected