forked from soot-oss/soot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
soot_download.html
357 lines (347 loc) · 11.8 KB
/
soot_download.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>Soot Downloads</title>
</head>
<body
style="color: rgb(0, 0, 0); background-color: rgb(243, 243, 243); background-image: url(background6.gif);"
link="#0000cc">
<table border="0" cellpadding="0" cellspacing="3">
<tbody>
<tr>
<!--LeftHandTable--> <td rowspace="1" valign="top" width="160"
align="left">
<p><font face="helvetica,arial" size="+1"><b>Soot Downloads</b></font>
</p>
<p><a href="#summary"><font face="helvetica,arial" size="+0">Summary</font></a><br>
<a href="#download"><font face="helvetica,arial" size="+0">Downloads</font></a><br>
</p>
<p><a href="http://www.sable.mcgill.ca">Sable Home</a></p>
<p><a href="index.html">Soot Home</a> </p>
<!--ActualContents--> </td>
<td valign="top" align="left"><b><a name="top"><font
face="helvetica,arial" size="+2">
<center>Soot Software</center>
</font></a></b><br>
<br>
<!--Soot--> <a name="introduction"> </a>
<table width="100%">
<tbody>
<tr>
<td width="97%" align="left"><b><font face="helvetica,arial"
size="+1">Soot, a Java Bytecode Analysis and Transformation Framework</font></b></td>
<td width="3%" align="left"><br>
</td>
</tr>
</tbody>
</table>
<p><a name="summary"><b>Summary:</b></a> <br>
Soot is a Java bytecode analysis and transformation framework. It
provides a Java API for building intermediate representations (IRs),
analyses and transformations; also it supports class file annotation.</p>
<p><a name="download"> </a></p>
<p><a name="download"><b>Downloads:<b><br>
</b></b></a></p>
<p><b>Nightly build</b></p>
<p>We often fix bugs in Soot as they are reported. Hence, we
encourage users to download the <a
href="http://plg.uwaterloo.ca/%7Eolhotak/build/">latest nightly build
from Ondrej Lhotak's webpage</a> instead of the release version. Before
you report a bug against the release version please first try the
nightly build to see if the bug is still present there. </p>
<br>
<br>
<br>
<br>
<p><a name="download"><b><b><b>Release 2.5.0</b><br>
</b></b></a>
<table border="1" cellpadding="5">
<tbody>
<tr>
<td style="vertical-align: top;">Since release 2.5.0, Soot
is available as a single, runnable JAR file. You can just use <tt>java
-jar
soot-2.5.0.jar</tt> to run Soot.<br>
</td>
<td style="vertical-align: top;"><span
style="font-weight: bold;">Runnable JAR<br>
</span><a
href="http://www.sable.mcgill.ca/software/soot-2.5.0.jar">soot-2.5.0.jar</a><span
style="font-weight: bold;"><br>
</span></td>
</tr>
<tr>
<td>If you download the full files, you will get the Java
source and class
files for Soot, Jasmin, Polyglot, Soot tutorials, Javadoc
documentation for Soot, source and
compiled forms of the Eclipse plugin. This is the easiest way to get
Soot and we recommend the full download.
This will unpack into three directories soot-2.5.0, jasmin-2.5.0 and
polyglot-1.3.5 </td>
<td width="280"> <b>Complete Package</b><br>
<a
href="http://www.sable.mcgill.ca/software/sootall-2.5.0.jar">sootall-2.5.0.jar</a>
<br>
<a
href="http://www.sable.mcgill.ca/software/sootall-2.5.0.tar.gz">sootall-2.5.0.tar.gz</a>
</td>
</tr>
<tr>
<td>
<p>The following three files are jars containing just the <tt>classes</tt>
directory from Soot, Jasmin, and Polyglot.
They can be
added to
one's <tt>CLASSPATH</tt>
and, from there, executed directly.<!--Use Polyglot 1.1.0 with released
versions of Soot and 1.2.0 with development versions of Soot checked
out from Subversion.-->
</p>
</td>
<td> <b>Pre-compiled Jar</b><br>
<a
href="http://www.sable.mcgill.ca/software/sootclasses-2.5.0.jar">sootclasses-2.5.0.jar</a>
<br>
<a
href="http://www.sable.mcgill.ca/software/jasminclasses-2.5.0.jar">jasminclasses-2.5.0.jar</a>
<br>
<a
href="http://www.sable.mcgill.ca/software/polyglotclasses-1.3.5.jar">polyglotclasses-1.3.5.jar</a>
<br>
</td>
</tr>
<tr>
<td>
<p>The Soot-Eclipse plugin can no longer be installed by
simply unpacking the quickstart jar inside your Eclipse plugins
directory. For Soot-Eclipse plugin installation instructions see: <a
href="http://www.sable.mcgill.ca/soot/eclipse/updates/">http:/www.sable.mcgill.ca/soot/eclipse/updates/</a>.
</p>
</td>
<td>No longer available in a jar format. </td>
</tr>
<tr>
<td>Finally, if you have a slow connection you may want to
download
only the source code for Soot, or Jasmin or Polyglot. From these jars
you can generate
the Javadoc and the class files (including the Eclipse plugin),
using the enclosed instructions. </td>
<td> <b>Soot Source</b><br>
<a
href="http://www.sable.mcgill.ca/software/sootsrc-2.5.0.jar">sootsrc-2.5.0.jar</a>
<br>
<a
href="http://www.sable.mcgill.ca/software/sootsrc-2.5.0.tar.gz">sootsrc-2.5.0.tar.gz</a>
<br>
<b>Jasmin Source</b><br>
<a
href="http://www.sable.mcgill.ca/software/jasminsrc-2.5.0.jar">jasminsrc-2.5.0.jar</a>
<br>
<a
href="http://www.sable.mcgill.ca/software/jasminsrc-2.5.0.tar.gz">jasminsrc-2.5.0.tar.gz</a>
<br>
<b>Polyglot Source</b><br>
<a
href="http://www.sable.mcgill.ca/software/polyglotsrc-1.3.5.jar">polyglotsrc-1.3.5.jar</a>
<br>
<a
href="http://www.sable.mcgill.ca/software/polyglotsrc-1.3.5.tar.gz">polyglotsrc-1.3.5.tar.gz</a>
</td>
</tr>
<tr>
<td>The tutorials are also available for separate download.
They are
contained in the full package above. </td>
<td> <b>Tutorials Only</b><br>
<a
href="http://www.sable.mcgill.ca/software/soot-tutorial-2.5.0.jar">soot-tutorial-2.5.0.jar</a>
<br>
<a
href="http://www.sable.mcgill.ca/software/soot-tutorial-2.5.0.tar.gz">soot-tutorial-2.5.0.tar.gz</a>
</td>
</tr>
</tbody>
</table>
</p>
<p><a name="download"><b><b><b>Older Releases</b><br>
</b></b></a>
<table style="width: 100%;" border="0" cellpadding="5">
<tbody>
<tr>
<td>Release 2.4.0</td>
<td><a
href="http://www.sable.mcgill.ca/software/sootall-2.4.0.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/sootall-2.5.0.tar.gz">Download
.tar.gz</a></td>
</tr>
<tr>
<td>Release 2.3.0</td>
<td><a
href="http://www.sable.mcgill.ca/software/sootall-2.3.0.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/sootall-2.3.0.tar.gz">Download
.tar.gz</a></td>
</tr>
<tr>
<td>Release 2.2.5</td>
<td><a
href="http://www.sable.mcgill.ca/software/sootall-2.2.5.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/sootall-2.2.5.tar.gz">Download
.tar.gz</a></td>
</tr>
<tr>
<td>Release 2.2.5</td>
<td><a
href="http://www.sable.mcgill.ca/software/sootall-2.2.4.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/sootall-2.2.4.tar.gz">Download
.tar.gz</a></td>
</tr>
<tr>
<td>Release 2.2.3 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/sootall-2.2.3.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/sootall-2.2.3.tar.gz">Download
.tar.gz</a> </td>
</tr>
</tbody><tbody>
<tr>
<td>Release 2.2.2 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/sootall-2.2.2.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/sootall-2.2.2.tar.gz">Download
.tar.gz</a> </td>
</tr>
<tr>
<td>Release 2.2.1 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/sootall-2.2.1.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/sootall-2.2.1.tar.gz">Download
.tar.gz</a> </td>
</tr>
<tr>
<td>Release 2.2.0 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/sootall-2.2.0.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/sootall-2.2.0.tar.gz">Download
.tar.gz</a> </td>
</tr>
<tr>
<td>Release 2.1.0 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/soot-2.1.0.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/soot-2.1.0.tar.gz">Download
.tar.gz</a> </td>
</tr>
<tr>
<td>Release 2.0.1 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/soot-2.0.1.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/soot-2.0.1.tar.gz">Download
.tar.gz</a> </td>
</tr>
<tr>
<td>Release 2.0 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/soot-2.0.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/soot-2.0.tar.gz">Download
.tar.gz</a> </td>
</tr>
<tr>
<td>Release 1.2.5 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/soot-1.2.5.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/soot-1.2.5.tar.gz">Download
.tar.gz</a> </td>
</tr>
<tr>
<td>Release 1.2.5 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/soot-1.2.4.jar">Download
.jar file</a> <br>
<a
href="http://www.sable.mcgill.ca/software/soot-1.2.4.tar.gz">Download
.tar.gz</a> </td>
</tr>
<tr>
<td>Release 1.2.3 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/soot-1.2.3.jar">Download
.jar file (7.9M)</a> <br>
<a
href="http://www.sable.mcgill.ca/software/soot-1.2.3.tar.gz">Download
.tar.gz (4.4M)</a> </td>
</tr>
<tr>
<td>Release 1.2.2 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/soot-1.2.2.jar">Download
.jar file (7.34M)</a> <br>
<a
href="http://www.sable.mcgill.ca/software/soot-1.2.2.tar.gz">Download
.tar.gz (4.08M)</a> </td>
</tr>
<tr>
<td>Release 1.2.1 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/soot-1.2.1.jar">Download
.jar file (7.2M)</a> <br>
<a
href="http://www.sable.mcgill.ca/software/soot-1.2.1.tar.gz">Download
.tar.gz (3.9M)</a> </td>
</tr>
<tr>
<td>Release 1.2.0 </td>
<td> <a
href="http://www.sable.mcgill.ca/software/soot-1.2.0.jar">Download
.jar file (7.54M)</a> <br>
<a
href="http://www.sable.mcgill.ca/software/soot-1.2.0.tar.gz">Download
the .tar.gz (4.11M)</a>
</td>
</tr>
<tr>
<td>Release 1.0.0 </td>
<td><a
href="http://www.sable.mcgill.ca/software/soot-1.0.0.jar">Download
.jar file (5.4M)</a> <br>
<a
href="http://www.sable.mcgill.ca/software/soot-1.0.0.tar.gz">Download
the .tar.gz (2.57M)</a> </td>
</tr>
</tbody>
</table>
</p>
<a name="download"><b><b><br>
</b></b></a></td>
</tr>
</tbody>
</table>
</body>
</html>