Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 589 Bytes

ARCHITECTURE.md

File metadata and controls

5 lines (3 loc) · 589 Bytes

Architecture

The figure below illustrates the current ESBMC architecture. The tool inputs a C/C++/CUDA, Java/Kotlin, Solidity, or CHERI-C program, then converts an abstract syntax tree (AST) into a state transition system called a GOTO program. Its symbolic execution engine unrolls the GOTO program and generates a sequence of static single assignments (SSAs). The SSAs are then converted to an SMT formula, which is satisfiable if and only if the program contains errors.

esbmc-architecture-v3