Skip to content

Latest commit

 

History

246 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soot plugin for generating JavaEE entry points

This repository contains a Soot plugin for generating entry points for JavaEE applications.

How to build (hardcore)

$ mvn install

How to build with Eclipse

Install the eclipse m2e feature and the plugin for scala from http://alchim31.free.fr/m2e-scala/update-site/ . Afterwards, just import the plugin and everything is fine.

How to use

$ mvn dependency:copy-dependencies -DincludeScope=runtime

$ java -cp target/dependency/:../../../soot/libs/:../../../soot/lib/sootclasses-trunk.jar:target/soot.plugins.entry-points-0.0.1-SNAPSHOT.jar soot.Main -plugin <plugin.xml> ...

Configuration

<soot-plugins> <phase-plugin phase="wjpp.entry" class="soot.jimple.toolkits.javaee.EntryPointPlugin"/> </soot-plugins>

Dependencies

About

Soot plugin for generating an entry point main for JavaEE programs

Resources

Stars

7 stars

Watchers

6 watching

Forks

Releases

Packages

Contributors