Wiki

Clone wiki

ufo / Home

images/ufo-wiki-logo.svg

UFO is a framework (and a tool) for verifying (and finding bugs in) sequential C programs. The framework is built on top of the LLVM compiler infrastructure and is targeted at researchers designing and experimenting with verification algorithms. It allows definition of different abstract post operators, refinement strategies and exploration strategies. Currently, there are several instantiations of the framework including a predicate abstraction-based version, an interpolation-based version, and a combined version which uses a novel and powerful combination of interpolation-based and predicate abstraction-based algorithms, and an abstract-interpretation based version.

Documentation | Publications | FAQ | ReleaseNotes

News

Older News

Supported Platforms

  • Linux/Ubuntu
  • OS X

Documentation

Mailing Lists

For any questions or comments on UFO, please post to UFO's mailing lists:

  • UFO discussion list: for general questions and discussion
  • UFO developers list: for development of UFO
  • UFO commits list: for commit messages

Updated