<div dir="ltr"><div>Hi, <br><br>The right way to do these things can be found at <br><br></div><b>Soot Survivor's Guide</b> p16-21<span style="font-size:10pt;font-family:"CMBX10"">,<br> Sect. 4 Soot as a stand-alone tool
<br><br></span>Cheers,<br clear="all"><div><div class="gmail_extra"><div><div class="gmail_signature">Zhoulai</div></div>
<br><div class="gmail_quote">On Thu, Apr 9, 2015 at 8:56 AM, <span dir="ltr"><<a href="mailto:christian.grosse@comhem.se" target="_blank">christian.grosse@comhem.se</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div 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></div>
<br>_______________________________________________<br>
Soot-list mailing list<br>
<a href="mailto:Soot-list@CS.McGill.CA">Soot-list@CS.McGill.CA</a><br>
<a href="https://mailman.CS.McGill.CA/mailman/listinfo/soot-list" target="_blank">https://mailman.CS.McGill.CA/mailman/listinfo/soot-list</a><br>
<br></blockquote></div><br></div></div></div>