{"id":170570,"date":"2010-10-14T00:25:14","date_gmt":"2010-10-14T00:25:14","guid":{"rendered":"https:\/\/www.microsoft.com\/en-us\/research\/project\/symdiff-differential-program-verifier\/"},"modified":"2022-05-03T00:14:51","modified_gmt":"2022-05-03T07:14:51","slug":"symdiff-differential-program-verifier","status":"publish","type":"msr-project","link":"https:\/\/www.microsoft.com\/en-us\/research\/project\/symdiff-differential-program-verifier\/","title":{"rendered":"SymDiff: Differential Program Verifier"},"content":{"rendered":"

SymDiff is a tool for performing differential program verification. Differential program verification concerns with specifying and proving interesting properties over program differences, as opposed to the program itself. Such properties include program equivalence, but can also capture more general differential\/relational properties. SymDiff provides a specification language to state such differential (two-program) properties using the concept of mutual summaries that can relate procedures from two versions. It also provides proof system for checking such differential specifications along with the capability of generating simple differential invariants.<\/p>\n

The tool is language-independent and works at the level of Boogie programming language. The intent is to be able to target various source languages\u00a0 (C, C++, .NET, x86) using translators to Boogie. We currently have a front end for C and Boogie programs for download (opens in new tab)<\/span><\/a>.<\/p>\n

The source code of SymDiff<\/strong> (opens in new tab)<\/span><\/a> is on GitHub<\/b>. This part deals purely with Boogie programs.<\/p>\n

Overview<\/h2>\n

The following tutorial slides\u00a0provides an overview of SymDiff, as of April 2016:<\/p>\n