Header menu logo B2R2

AST Module

Provides a set of functions for constructing SSA expressions and statements. Any SSA AST construction must be done through the functions in this module.

Functions and values

Function or value Description

AST.translateExpr e

Full Usage: AST.translateExpr e

Parameters:
Returns: Expr
e : Expr
Returns: Expr

AST.translateStmts defaultRegType addr postProc stmts

Full Usage: AST.translateStmts defaultRegType addr postProc stmts

Parameters:
Returns: Stmt array
defaultRegType : RegType
addr : uint64
postProc : IStmtPostProcessor
stmts : Stmt array
Returns: Stmt array

Type something to start searching.