boogie-org / jar2bpl

Translate java jar files into Boogie programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##jar2bpl

Build Status Coverity Scan Coverage Status

Translate java, jar, and apk files into Boogie programs. For a quick start, download the jar file

We are currently under construction. The tool still works but the website needs some tlc.

Build the project using:

gradlew shadowJar

This builds a fat jar containing all dependencies. Test the project by translating itself to boogie as follows:

java -jar build/libs/jar2bpl.jar -j build/classes/main/ -b ouput.bpl

This translation is currently only used by Bixie. To use it with Boogie or Corral, a few changes have to be made that are mentioend in the issues list.

About

Translate java jar files into Boogie programs

License:MIT License


Languages

Language:Java 98.3%Language:Boogie 1.4%Language:Shell 0.3%