goto-diff

bounded model checker for C and C++ programs

Install

All systems
curl cmd.cat/goto-diff.sh
Debian Debian
apt-get install cbmc
Ubuntu
apt-get install cbmc
image/svg+xml Kali Linux
apt-get install cbmc
Fedora
dnf install cbmc
Windows (WSL2)
sudo apt-get update sudo apt-get install cbmc
Raspbian
apt-get install cbmc

cbmc

bounded model checker for C and C++ programs

CBMC generates traces that demonstrate how an assertion can be violated, or proves that the assertion cannot be violated within a given number of loop iterations.