Skip to content
forked from timtadh/jpdg

generate program dependence graphs for java programs.

License

Notifications You must be signed in to change notification settings

navdhaagarwal/jpdg

 
 

Repository files navigation

jpdg

By Tim Henderson ([email protected])

What?

Nothing yet, but you can build all the submodules with buildr

Downloading

You can download a prebuilt jar for the current release.

Building

Before you get started you will need Java 7 and Apache Buildr 1.4.15. Once you have those it should be as straight forward as:

git clone [email protected]:timtadh/jpdg.git
cd jpdg
git submodule init
git submodule update
buildr soot:package
buildr run

Soot should be rebuilt any time the submodules change.

About

generate program dependence graphs for java programs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 51.2%
  • Python 26.6%
  • Go 18.5%
  • Ruby 3.7%