Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
Julian Dolby 6bf7ec63b6 changes for eclipse luna 2014-10-10 17:49:42 -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 java 7 support, with much pain for stack maps :) 2014-10-06 15:34:16 -04:00
com.ibm.wala.cast.js Merge branch 'master' of https://github.com/wala/WALA 2014-10-06 15:43:42 -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 Merge branch 'master' of https://github.com/wala/WALA 2014-10-06 15:43:42 -04:00
com.ibm.wala.cast.js.test Merge branch 'master' of https://github.com/wala/WALA 2014-10-06 15:43:42 -04:00
com.ibm.wala.cast.js.test.data scandriod merge 2014-10-01 21:32:36 -04:00
com.ibm.wala.cast.test Merge branch 'master' of https://github.com/wala/WALA 2014-10-06 15:43:42 -04:00
com.ibm.wala.core re-enable assertion 2014-10-10 17:44:06 -04:00
com.ibm.wala.core.testdata Merge branch 'master' of https://github.com/wala/WALA 2014-10-06 15:43:42 -04:00
com.ibm.wala.core.tests remove use-split-verifier hack 2014-10-06 19:31:18 -04:00
com.ibm.wala.dalvik fixes for ir generation 2014-10-10 17:48:37 -04:00
com.ibm.wala.dalvik.test fixes for ir generation 2014-10-10 17:48:37 -04:00
com.ibm.wala.ide adapt to eclipse luna 2014-10-10 17:47:50 -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 adapt to eclipse luna 2014-10-10 17:47:50 -04:00
com.ibm.wala.ide.jdt.test Merge branch 'master' of https://github.com/wala/WALA 2014-10-06 15:43:42 -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 further work on geberating stack maps 2014-10-10 17:46:56 -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 merge of java 7 changes. 2014-10-06 17:41:58 -04:00
targets merge of java 7 changes. 2014-10-06 17:41:58 -04: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 changes for eclipse luna 2014-10-10 17:49:42 -04: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.