<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Hello!</DIV>
<DIV> </DIV>
<DIV>I have a couple of question about SOOT and the Java library.</DIV>
<DIV> </DIV>
<DIV>How do I get SOOT to load & parse (so I can get Jimple bodies) for say
the entire java 1.x library. </DIV>
<DIV> </DIV>
<DIV>Do I have to supply SOOT with the classes (or source code) as arguments in
the call to Main.main(args) (see code below)? </DIV>
<DIV> </DIV>
<DIV>Do I have to create a main class to get it to work? Or can SOOT analyze all
classes I provide as arguments to Main.main(args) call without a main class
& method?</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Example:</DIV>
<DIV> </DIV>
<DIV>public class Main </DIV>
<DIV>{ </DIV>
<DIV>public static void main(String[] args) </DIV>
<DIV>{</DIV>
<DIV> </DIV>
<DIV> //TODO: Hook in with my own awesome transform.</DIV>
<DIV> //TODO: Create a main class ???</DIV>
<DIV> . </DIV>
<DIV> .</DIV>
<DIV> .</DIV>
<DIV> </DIV>
<DIV> //call soot.</DIV>
<DIV> Main.main(args);</DIV>
<DIV>}</DIV>
<DIV>}</DIV>
<DIV> </DIV>
<DIV>Best regards,</DIV>
<DIV>Christian G. </DIV>
<DIV> </DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>