libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
Public Member Functions | List of all members
triton::engines::lifters::LiftingToPython Class Reference

The lifting to Python class. More...

#include <liftingToPython.hpp>

Inheritance diagram for triton::engines::lifters::LiftingToPython:

Public Member Functions

TRITON_EXPORT LiftingToPython (const triton::ast::SharedAstContext &astCtxt, triton::engines::symbolic::SymbolicEngine *symbolic)
 Constructor.
 
TRITON_EXPORT std::ostream & liftToPython (std::ostream &stream, const triton::engines::symbolic::SharedSymbolicExpression &expr, bool icomment=false)
 Lifts a symbolic expression and all its references to Python format. If icomment is true, then print instructions assembly in expression comments.
 

Detailed Description

The lifting to Python class.

Definition at line 45 of file liftingToPython.hpp.

Constructor & Destructor Documentation

◆ LiftingToPython()

triton::engines::lifters::LiftingToPython::LiftingToPython ( const triton::ast::SharedAstContext astCtxt,
triton::engines::symbolic::SymbolicEngine symbolic 
)

Constructor.

Definition at line 22 of file liftingToPython.cpp.

Member Function Documentation

◆ liftToPython()

std::ostream & triton::engines::lifters::LiftingToPython::liftToPython ( std::ostream &  stream,
const triton::engines::symbolic::SharedSymbolicExpression expr,
bool  icomment = false 
)

Lifts a symbolic expression and all its references to Python format. If icomment is true, then print instructions assembly in expression comments.

Definition at line 65 of file liftingToPython.cpp.


The documentation for this class was generated from the following files: