Header menu logo B2R2

B2R2.MiddleEnd.ConcEval Namespace

Type/Module Description

EvalState

The main evaluation state that will be updated by evaluating every statement encountered during the course of execution. This can be considered as a single-threaded CPU context.

Evaluator

ConcEval.Evaluator is a concrete evaluation module for LowUIR.

EvalValue

A value is either defined or undefined.

ExternalCallEventHandler

InvalidMemException

Raised when an invalid memory access.

Labels

Store labels of LowUIR statements.

LoadFailureEventHandler

Memory

NonsharableMemory

Non-sharable memory.

SafeEvaluator

ConcEval.SafeEvaluator is a safe concrete evaluation module for LowUIR. Unlike ConcEval.Evaluator, it does not raise exceptions, but it is slower than ConcEval.Evaluator.

SharableMemory

Thread-safe (sharable) memory.

SideEffectEventHandler

UndefExpException

Raised when undefined expression is encountered.

Variables

Type something to start searching.