MOVES Seminar 17 Mar, 2011, 10:00

Juggy on a trip to Java 

 

Over the past years we developed a framework for the analysis of heap manipulating - object oriented programs called Juggrnaut.

We achieved various theoretical results and implemented a promising prototype tool capable to analyse hardcoded programs and programs given in a toy-goto language.

Last year we started to re-implement our tool for Java Bytecode. Considering Java we have to extend the approach to handle additional concepts like typed objects, methods and method calls, local variables and integer values. 

In this talk I present our basic ideas behind the adaptations for Java as (once more) the basics of the Juggrnaut framework.