Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.25 KB

Whoop

Whoop is a SMACK-based symbolic data race analyzer for Linux device drivers.

Prerequisites

  1. LLVM 3.5
  2. SMACK 1.5
  3. Z3 4.3.2
  4. Corral
  5. Chauffeur

Build instructions

  1. Clone this project.
  2. Compile using Visual Studio or Mono.

We also have vagrant support for building a virtual machine with the toolchain installed. To do this use the following from the project's root directory:

vagrant up

How to use

The input to Whoop is a Linux driver. To use Whoop do the following:

.\whoop.py ${DRIVER}.c

To use Corral for precise bug-finding do the following:

.\whoop.py ${DRIVER}.c --find-bugs --yield-race-check

Tool options

Use --verbose for verbose mode. Use --time for timing information.

Publications