Skip to content
Manu Sridharan edited this page Jun 14, 2015 · 14 revisions

These are tools / libraries created by other groups that build on or enhance WALA. Note that these tools are supported by the authors, not by the WALA maintainers. The tools are open source unless otherwise noted (but please check yourself if the license is suitable for your purposes). Feel free to add links to other tools that we have missed. Several of these tools were presented at the 2015 Workshop on WALA.

WALAFacade

WALAFacade is a Scala library that enables more idiomatic use of WALA from Scala code.

Hopper

Hopper is a goal-directed static analysis tool for languages that run on the JVM.

Joana

Joana is an information-flow control analysis framework for Java. There is also an example repository showing how to apply Joana to Android code.

Keshmesh

Keshmesh is a static analysis framework for detecting and fixing concurrency bug patterns in Java programs.

JFlow

JFlow provides interactive source-to-source transformations for flow-based paralellism.

IteRace

IteRace is a static race detection tool for Java that includes knowledge of loop-parallel operations, among other features.