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

Method _is_valid_offset

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

Source from the content-addressed store, hash-verified

3782 return ModificationStatus.Original
3783
3784 def _is_valid_offset(self, ctxt, offset):
3785 try:
3786 return self.perform_is_valid_offset(offset)
3787 except:
3788 log_error(traceback.format_exc())
3789 return False
3790
3791 def _is_offset_readable(self, ctxt, offset):
3792 try:

Callers

nothing calls this directly

Calls 2

log_errorFunction · 0.85

Tested by

no test coverage detected