Skip to content
forked from wala/JS_WALA

WALA analyses and tools that are implemented in JavaScript

License

Notifications You must be signed in to change notification settings

KingBubu/JS_WALA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains WALA analyses and tools that are implemented in JavaScript. (This is not to be confused with the JavaScript front-end for the core WALA analysis framework, which is implemented in Java and is available in the WALA repository.)

There are currently three packages:

  • normalizer: a normalizer that converts JavaScript programs into a simpler form to ease other analyses
  • cfg: a package for building intraprocedural control flow graphs for programs that are already normalized
  • common: common modules used by the other packages

Package normalizer-rhino is a Java wrapper for normalizer.

See the packages' individual READMEs for more details.

We hope to add other analysis and instrumentation infrastructure in the future.

All code is available under the Eclipse Public License.

About

WALA analyses and tools that are implemented in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Java 1.0%