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

Method source_location

python/lowlevelil.py:593–594  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

591
592 @property
593 def source_location(self) -> ILSourceLocation:
594 return ILSourceLocation.from_instruction(self)
595
596 @property
597 def tokens(self) -> TokenList:

Callers

nothing calls this directly

Calls 1

from_instructionMethod · 0.80

Tested by

no test coverage detected