PhD Defense: Mechanizing Abstract Interpretation

Talk
David Darais
Time: 
06.13.2017 14:00 to 16:00
Location: 

AVW 3450

It is important when developing software to verify the absense of undesirable behavior such as crashes, bugs and security vulnerabilities. Some settings require high assurance in verification results, e.g. for embedded software in automobiles or airplanes. To achieve high assurance in these verification results, formal methods are used to automatically construct or check proofs of their correctness.
To verify the correctness of software we consider program analyzers—automated tools which detect software defects—and to achieve high assurance in verification results we consider mechanized verification—a rigorous process for establishing the correctness of program analyzers via computer-checked proofs.
The key challenges to designing verified program analyzers are: (1) achieving an analyzer design for a given programming language and software correctness property; (2) achieving an implementation for the design; and (3) achieving a mechanized verification that the implementation is correct w.r.t. the design. The state of the art in addressing (1) and (2) is to design analyzers via abstract interpretation: a guiding mathematical framework for systematically constructing analyzers directly from programming language semantics. However, achieving (3) in the presence of abstract interpretation has remained an open problem since the late 1990's. Furthermore, even the state-of-the art which achieves (3) in the absense of abstract interpretation suffers from the inability to be reused in the presence of new analyzer designs or programming language features.
First, we solve the open problem which has prevented the combination of abstract interpretation (and in particular, calculational abstract interpretation) with mechanized verification, which advances the state of the art in designing, implementing, and verifying analyzers for critical software. We do this through a new mathematical framework Constructive Galois Connections which supports synthesizing specifications for program analyzers, calculating implementations from these induced specifications, and is amenable to mechanized verification.
Finally, we introduce reusable components for implementing analyers for a wide range of useful analysis designs and programming language semantics. We do this though two new mathematical frameworks Galois Transformers and Abstract Definitional Interpreters. These frameworks tightly couple analyzer design decisions, implementation fragments, and verification properties into compsitional components which are (target) programming-language independent and amenable to mechanized verification. Variations in the analysis design are then recovered by simply re-assembling the combination of components. Using this framework, sophisticated program analyzers can be assembled by non-experts, and the result are guaranteed to be verified by construction.

Examining Committee:

Chair: Dr. David Van Horn
Dean's rep: Dr. Larry Washington
Members: Dr. Michael Hicks
Dr. Jeffrey Foster
Dr. Patrick Cousot