The Yogi Project: Software Property Checking via Static Analysis and Testing

  • Authors:
  • Aditya V. Nori;Sriram K. Rajamani;Saideep Tetali;Aditya V. Thakur

  • Affiliations:
  • Microsoft Research, India;Microsoft Research, India;Microsoft Research, India;University of Wisconsin-Madison,

  • Venue:
  • TACAS '09 Proceedings of the 15th International Conference on Tools and Algorithms for the Construction and Analysis of Systems: Held as Part of the Joint European Conferences on Theory and Practice of Software, ETAPS 2009,
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present Yogi , a tool that checks properties of C programs by combining static analysis and testing. Yogi implements the Dash algorithm which performs verification by combining directed testing and abstraction. We have engineered Yogi in such a way that it plugs into Microsoft's Static Driver Verifier framework. We have used this framework to run Yogi on 69 Windows Vista drivers with 85 properties. We find that the new algorithm enables Yogi to scale much better than Slam , which is the current engine driving Microsoft's Static Driver Verifier.