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