0

I am using Ubuntu 14.04 and I want to install SOOT. Can somebody help me how to do that? Is there any plugin for IntelliJIDEA for this? Do I have to download the whole source code for this from git hub?

Vipin Verma
  • 5,330
  • 11
  • 50
  • 92

1 Answers1

2

Installing and running Soot is as simple as downloading the soot.jar file and executing the following command.

Java –jar soot.jar

As long as you have your JAVA_HOME variable set correctly it should work fine. Then you should read about how to integrate it with IntelliJIDEA here on GitHub

apesa
  • 12,163
  • 6
  • 38
  • 43