Header menu logo B2R2

Evaluator Module

Represents a concrete evaluation module for LowUIR.

Functions and values

Function or value Description

evalExpr st e

Full Usage: evalExpr st e

Parameters:
Returns: BitVector

Evaluates a given expression in the context of the provided evaluation state.

st : EvalState
e : Expr
Returns: BitVector

evalStmt st stmt

Full Usage: evalStmt st stmt

Parameters:

Evaluates a single statement in the context of the given EvalState.

st : EvalState
stmt : Stmt

Type something to start searching.