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

Method lines

python/highlevelil.py:401–403  ·  view source on GitHub ↗

HLIL text lines (read-only)

(self)

Source from the content-addressed store, hash-verified

399
400 @property
401 def lines(self) -> LinesType:
402 """HLIL text lines (read-only)"""
403 return self.get_lines()
404
405 @property
406 def prefix_operands(self) -> List[Union[HighLevelILOperandType, HighLevelILOperationAndSize]]:

Callers

nothing calls this directly

Calls 1

get_linesMethod · 0.95

Tested by

no test coverage detected