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

Method source_location

python/highlevelil.py:465–466  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

463
464 @property
465 def source_location(self) -> ILSourceLocation:
466 return ILSourceLocation.from_instruction(self)
467
468 @property
469 def core_operands(self) -> OperandsType:

Callers

nothing calls this directly

Calls 1

from_instructionMethod · 0.80

Tested by

no test coverage detected