Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
Juergen Graf b8df435af2 fix type parameters of node decorator in dalvik frontend 2014-08-01 18:13:44 +02: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 add/remove @SuppressWarnings to keep in sync with wala main branch 2014-07-30 16:17:37 +02:00
com.ibm.wala.cast.java small cleanup in wala.cast 2014-07-29 19:45:24 +02: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 Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
com.ibm.wala.cast.java.polyglot.test Merge branch 'wala' into master 2014-07-28 17:09:02 +02:00
com.ibm.wala.cast.java.test add standard type parameter to most pointer analysis references. When it breaks we move back to ? extends InstanceKey. 2014-05-20 22:00:06 +02:00
com.ibm.wala.cast.java.test.data merge 2013-06-25 11:57:37 -04:00
com.ibm.wala.cast.js cleanup 2014-07-30 15:05:15 +02:00
com.ibm.wala.cast.js.html.nu_validator move to Reader API to help with annoying /r/n issues is source mapping 2014-05-20 13:11:55 +02:00
com.ibm.wala.cast.js.rhino allow control flow in induced cfgs, and various related fixes 2014-07-08 14:44:06 -04:00
com.ibm.wala.cast.js.rhino.test Merge branch 'wala' into master 2014-07-28 17:09:02 +02:00
com.ibm.wala.cast.js.test Merge branch 'wala' into master 2014-07-28 17:09:02 +02:00
com.ibm.wala.cast.js.test.data JavaScript slicer support 2014-07-11 11:55:02 -04:00
com.ibm.wala.cast.test allow control flow in induced cfgs, and various related fixes 2014-07-08 14:44:06 -04:00
com.ibm.wala.core various fixes in natives_no_model.xml 2014-08-01 12:46:33 +02:00
com.ibm.wala.core.testdata Merge branch 'wala' into master 2014-07-28 17:09:02 +02:00
com.ibm.wala.core.tests Merge branch 'wala' into master 2014-07-28 17:09:02 +02:00
com.ibm.wala.dalvik fix type parameters of node decorator in dalvik frontend 2014-08-01 18:13:44 +02:00
com.ibm.wala.ide add/remove @SuppressWarnings to keep in sync with wala main branch 2014-07-30 16:17:37 +02: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 Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
com.ibm.wala.ide.jdt.test new timeout mechanism 2014-05-20 13:09:55 +02:00
com.ibm.wala.ide.jsdt Merge branch 'wala' into master 2014-07-28 17:09:02 +02:00
com.ibm.wala.ide.jsdt.tests less printing 2013-12-03 13:08:29 -05:00
com.ibm.wala.ide.tests add standard type parameter to most pointer analysis references. When it breaks we move back to ? extends InstanceKey. 2014-05-20 22:00:06 +02:00
com.ibm.wala.shrike Merge branch 'wala' into master 2014-07-28 17:09:02 +02: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 remove custom change markers for code that will be merged to main branch 2014-08-01 12:27:22 +02: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-05-20 13:10:30 +02: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.