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

Method ast

python/highlevelil.py:435–439  ·  view source on GitHub ↗

This expression with full AST printing (read-only)

(self)

Source from the content-addressed store, hash-verified

433
434 @property
435 def ast(self) -> 'HighLevelILInstruction':
436 """This expression with full AST printing (read-only)"""
437 if self.as_ast:
438 return self
439 return HighLevelILInstruction.create(self.function, self.expr_index, True)
440
441 @property
442 def non_ast(self) -> 'HighLevelILInstruction':

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected