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

Method _is_offset_executable

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

Source from the content-addressed store, hash-verified

3803 return False
3804
3805 def _is_offset_executable(self, ctxt, offset):
3806 try:
3807 return self.perform_is_offset_executable(offset)
3808 except:
3809 log_error(traceback.format_exc())
3810 return False
3811
3812 def _get_next_valid_offset(self, ctxt, offset):
3813 try:

Callers

nothing calls this directly

Calls 2

log_errorFunction · 0.85

Tested by

no test coverage detected