/WALA-run

Running the Static Analysis framework WALA on JS programs

Primary LanguageJavaEclipse Public License 1.0EPL-1.0

WALA Starter Kit

Introduction

This is a small example project to help in getting started with the WALA program analysis framework. You can clone and build this project to get WALA installed, and then modify it to suit your own needs.

Requirements

Requirements are:

  • Java 8

On Mac OS X, you can install these requirements by installing Homebrew and then running:

brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk8

Installation

Clone the repository, and then run:

./gradlew compileJava

This will pull in the WALA jars and build the sample code.

Example analyses

We plan to add more examples soon, like examples of doing Android or JavaScript analysis.

License

All code is available under the Eclipse Public License.