Skip to content
/ jar2bpl Public
forked from boogie-org/jar2bpl

Translate java jar files into Boogie programs

License

Notifications You must be signed in to change notification settings

atomb/jar2bpl

 
 

Repository files navigation

##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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%