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

Method _is_offset_writable

python/binaryview.py:3798–3803  ·  view source on GitHub ↗
(self, ctxt, offset)

Source from the content-addressed store, hash-verified

3796 return False
3797
3798 def _is_offset_writable(self, ctxt, offset):
3799 try:
3800 return self.perform_is_offset_writable(offset)
3801 except:
3802 log_error(traceback.format_exc())
3803 return False
3804
3805 def _is_offset_executable(self, ctxt, offset):
3806 try:

Callers

nothing calls this directly

Calls 2

log_errorFunction · 0.85

Tested by

no test coverage detected