Published August 3, 2019 | Version 1
Software Open

Implementation of the Combined Approach

Description

This data set contains the implementation of the Combined Approach -- a tool which combines the theorem prover KeY with the static analysis tool JOANA.

In the folder "build" there are two jar files.

- CombinedApproach.jar is the main application that combines KeY and Joana. It works by loading a .joak file which contains the paths to the source code, compiled jar, to KeY and some others which are not always needed. The .joak file also contains the annotation of the high sources and low sinks of the program. With CombinedApproach.jar the user can analyze some summary edges in the SDG with KeY and show that there is no real dependency between the formal in and formal out nodes that correspond to that summary edge. 

- CombinedApproachSpec.jar ist the a utlity for generating .joak files.

The source code of the Combined Approach is in the "src" folder, which also contains the necessary libraries.

Note that the GUI of the Combined Approach was developed with Java FX.

Files

software.zip

Files (411.4 MB)

Name Size Download all
md5:edfd7bd08f80cbb98c592e7e7c9972ae
411.4 MB Preview Download

Additional details

Related works