Skip to content

A collection of intra-procedural static analyses for Java programs implemented using Soot.

Notifications You must be signed in to change notification settings

gaganchandan/java-static-analyses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Static Analyses

A collection of intra-procedural static analyses for Java programs implemented using Soot

Instructions

The project is built using maven.

cd java-static-analyses

mvn clean package

This creates a seperate jar file for each of the analyses. To run:

java -jar target/[analysis]-jar-with-dependencies.jar examples/ Example1 main

Here, the first argument is the directory where the examples are (classpath), the target class and the target function.

For example:

java -jar target/live_variables-jar-with-dependencies.jar examples/ Example1 main

About

A collection of intra-procedural static analyses for Java programs implemented using Soot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages