You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are regularly applying for funding to help us maintain Soot. You can help us immensely by letting us know about [**projects that use Soot**](https://github.com/Sable/soot/wiki/Users-of-Soot), both commercially or in the form of research tools.
@@ -30,7 +30,9 @@ See http://www.sable.mcgill.ca/soot/ for details.
30
30
31
31
# How do I get started with Soot?
32
32
33
-
We have some documentation on Soot in the [wiki](https://github.com/Sable/soot/wiki) and also a large range of [tutorials](http://www.sable.mcgill.ca/soot/tutorial/index.html) on Soot.
33
+
We have some documentation on Soot in the [wiki](https://github.com/Sable/soot/wiki) and also a large range of [tutorials](http://www.sable.mcgill.ca/soot/tutorial/index.html) on Soot.
34
+
35
+
For detailed information please also consider the Soot's [JavaDoc and Options](https://github.com/Sable/soot/wiki/Options-and-JavaDoc) Documentations.
34
36
35
37
# Including Soot in your Project
36
38
@@ -43,7 +45,7 @@ a dependency via Maven, Gradle, SBT, etc using the following coordinates:
43
45
<dependency>
44
46
<groupId>ca.mcgill.sable</groupId>
45
47
<artifactId>soot</artifactId>
46
-
<version>3.4.0-SNAPSHOT</version>
48
+
<version>4.0.0-SNAPSHOT</version>
47
49
</dependency>
48
50
</dependencies>
49
51
<repositories>
@@ -95,53 +97,50 @@ If you want to execute Soot with Java 8 but analyze Java >8 Projects or vice ver
95
97
96
98
## Use from Source Code
97
99
To load modules in Soot's `ModuleScene` from java:
0 commit comments