Files
content/tools/programs/miri.md
2025-08-21 16:15:06 -06:00

737 B

+++ date = 2025-07-10 draft = false title = 'Miri' subtitle = 'Rust Verifier' links = [ # { title = "Homepage", url = "https://model-checking.github.io/kani/", icon = 'fa-solid fa-home' }, { title = "Source Code", url = "https://github.com/rust-lang/miri", icon = 'fa-solid fa-code' }, # { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' } ] applications = ['Rust Verifier']

developers = ['Microsoft Research', 'Inria']

licenses = ['Apache-2.0', 'MIT'] inputs = ['Rust'] interfaces = ['CLI'] maintenance = ['Actively Maintained']

techniques = ['CDCL']

publications = ['Barbosa2022']

+++

Miri is an Undefined Behavior detection tool for Rust.