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

Method _create_instance

python/highlevelil.py:4776–4778  ·  view source on GitHub ↗

Internal method by super to instantiate child instances

(self, handle: core.BNBasicBlockHandle)

Source from the content-addressed store, hash-verified

4774 return self.il_function[self.end + idx]
4775
4776 def _create_instance(self, handle: core.BNBasicBlockHandle):
4777 """Internal method by super to instantiate child instances"""
4778 return HighLevelILBasicBlock(handle, self.il_function, self.view)
4779
4780 def __hash__(self):
4781 return hash((self.start, self.end, self.il_function))

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected