Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 998 Bytes

about.md

File metadata and controls

executable file
·
24 lines (18 loc) · 998 Bytes
layout title subtitle permalink
page
About SeaHorn
/about/

SeaHorn is an automated analysis framework for LLVM-based languages. The key distinguishing feature of SeaHorn is its modular design that separates the concerns of the syntax of the programming language, its operational semantics, and the verification semantics. SeaHorn encompasses several novelties:

  • encodes verification conditions using an efficient yet precise inter-procedural technique

  • it provides flexibility in the verification semantics to allow different levels of precision,

  • it leverages the state-of-the-art in software model checking and abstract interpretation for verification, and

  • it uses Horn-clauses as an intermediate language to represent verification conditions which simplifies interfacing with multiple verification tools based on Horn-clauses.

In this blog, we will write different aspects of SeaHorn.