8#ifndef TRITON_LIFTINGENGINE_HPP
9#define TRITON_LIFTINGENGINE_HPP
12#include <triton/config.hpp>
20#ifdef TRITON_LLVM_INTERFACE
54 #ifdef TRITON_LLVM_INTERFACE
64 #ifdef TRITON_LLVM_INTERFACE
The lifting engine class.
TRITON_EXPORT LiftingEngine(const triton::ast::SharedAstContext &astCtxt, triton::engines::symbolic::SymbolicEngine *symbolic)
Constructor.
The lifting to Dot class.
The lifting to LLVM class.
The lifting to Python class.
The lifting to SMT class.
The symbolic engine class.
std::shared_ptr< triton::ast::AstContext > SharedAstContext
Shared AST context.