Static path conditions for Java

  • Authors:
  • Christian Hammer;Rüdiger Schaade;Gregor Snelting

  • Affiliations:
  • Universität Karlsruhe (TH), Karlsruhe, Germany;Universität Passau, Passau, Germany;Universität Karlsruhe (TH), Karlsruhe, Germany

  • Venue:
  • Proceedings of the third ACM SIGPLAN workshop on Programming languages and analysis for security
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

A static path condition is a precise necessary condition for information flow between two program points. Previous work defined path conditions for procedural languages. Object oriented languages offer additional constructs such as dynamic dispatch, instanceof and exceptions. In this paper, we present an analysis of these constructs, which leads to precise path conditions operating only on the program's variables. This yields a gain in precision, allowing leverage of automatic constraint solving. We present details of path condition generation for Java constructs, and discuss preliminary insight from our prototype implementation.