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

Method source_location

python/mediumlevelil.py:992–993  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

990
991 @property
992 def source_location(self) -> ILSourceLocation:
993 return ILSourceLocation.from_instruction(self)
994
995 @property
996 def core_operands(self) -> OperandsType:

Callers

nothing calls this directly

Calls 1

from_instructionMethod · 0.80

Tested by

no test coverage detected