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

Method _get_next_valid_offset

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

Source from the content-addressed store, hash-verified

3810 return False
3811
3812 def _get_next_valid_offset(self, ctxt, offset):
3813 try:
3814 return self.perform_get_next_valid_offset(offset)
3815 except:
3816 log_error(traceback.format_exc())
3817 return offset
3818
3819 def _get_start(self, ctxt):
3820 try:

Callers

nothing calls this directly

Calls 2

log_errorFunction · 0.85

Tested by

no test coverage detected