Share this page
  • Share this page on Twitter Share this page on Facebook Share this page on Digg Share this page on Del.icio.us Read the Inside Microsoft Research blog
  • E-mail this page Print this page
  • RSS feeds
Home > Projects > Cuzz
Cuzz - Concurrency Fuzzing

Cuzz is a very effective tool for finding concurrency bugs. Cuzz works on unmodified executables and is designed for maximizing concurrency coverage for your existing (unmodified) tests. It randomizes the thread schedules in a systematic and disciplined way, using an algorithm that provides probabilistic coverage guarantees.

Cuzz is very scalable and can run on large programs that create lots of threads. It is available for download within MS at http://codebox/cuzz. We will have Cuzz available for external users soon. Till then, you can find out more about Cuzz from this video or the paper below.

Publications