Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
Julian Dolby a1bc84356d scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala-feature Publish source features on update site 2013-07-09 15:34:03 +02:00
com.ibm.wala-repository Publish source features on update site 2013-07-09 15:34:03 +02:00
com.ibm.wala.cast scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.java scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.java.jdt.test Merge branch 'wala' into master 2013-07-02 14:23:24 +02:00
com.ibm.wala.cast.java.polyglot scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.java.polyglot.test scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.java.test scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.java.test.data scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.js scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.js.html.nu_validator scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.js.rhino scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.js.rhino.test scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.js.test scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.js.test.data scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.test scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.core scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.core.testdata scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.core.tests scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.dalvik scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.dalvik.test scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.ide scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.ide-feature Publish source features on update site 2013-07-09 15:34:03 +02:00
com.ibm.wala.ide.jdt scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.ide.jdt.test scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.ide.jsdt scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.ide.jsdt.tests less printing 2013-12-03 13:08:29 -05:00
com.ibm.wala.ide.tests scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.scandroid scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.shrike scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.tests-feature Publish source features on update site 2013-07-09 15:34:03 +02:00
com.ibm.wala.tests.ide-feature Publish source features on update site 2013-07-09 15:34:03 +02:00
com.ibm.wala.util scandriod merge 2014-10-01 21:32:36 -04:00
targets added js projects to tycho build 2013-04-29 13:13:23 +02:00
.gitignore ignore more generated files 2014-07-29 19:41:23 +02:00
.travis.yml formatting 2013-12-03 12:35:08 -05:00
README.md original wala is at github:/wala/WALA fix old reference 2014-05-19 19:04:05 +02:00
pom.xml magic tycho compile option (thanks to a post by Jan Rosczak on dev.eclipse.org) 2014-02-09 18:29:04 -05:00

README.md

About WALA

This is a fork of the program analysis framework WALA. The original framework can be found at wala.sourceforge.net and github.com/wala/WALA.

This version is tailored for the information flow control framework JOANA. See joana.ipd.kit.edu and github.com/jgf/joana for details.

This fork includes some additional features:

  • null-pointer detection that removes spurious CFG edges.
  • it includes the code for a dalivk bytecode frontend copied and integrated from github.com/SCanDroid/SCanDroid.
  • configuration/property files are loaded from current directory, with an automatic fallback to load from .jar.
  • SDG implementation that has different edge types for control and data dependencies.
  • every SSAInstrution knows its index.
  • many other minor changes.