GaloisInc/saw-script: The SAW scripting language.
github.com·4d
🔗Static Linking
Preview
Report Post

SAW

This repository contains the code for SAW, the Software Analysis Workbench. SAW provides the ability to reason about formal models describing the denotation of programs written in languages such as C, Java, Rust, and Cryptol.

SAWScript is the scripting language that serves as the primary user interface to SAW. The repository is named after it for historical reasons.

Documentation

There are two SAW tutorials that give an introduction to using the SAWScript interpreter:

  • This tutorial gives an introduction to verifying C code (using LLVM) and Java code (using JVM).
  • [This tutorial](https://github.com/GaloisInc/saw-script/blob/master/doc/pdfs/rust-verification-with-saw…

Similar Posts

Loading similar posts...