[Soot-list] Use SOOT to analyse Java library.

Zhoulai zell08v at gmail.com
Thu Apr 9 12:10:58 EDT 2015


Hi,

The right way to do these things can be found at

*Soot Survivor's Guide* p16-21,
                  Sect. 4  Soot as a stand-alone tool

Cheers,
Zhoulai

On Thu, Apr 9, 2015 at 8:56 AM, <christian.grosse at comhem.se> wrote:

>   Hello!
>
> I have a couple of question about SOOT and the Java library.
>
> How do I get SOOT to load & parse (so I can get Jimple bodies) for say the
> entire java 1.x library.
>
> Do I have to supply SOOT with the classes (or source code) as arguments in
> the call to Main.main(args) (see code below)?
>
> 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?
>
>
> Example:
>
> public class Main
> {
> public static void main(String[] args)
> {
>
>   //TODO: Hook in with my own awesome transform.
>   //TODO: Create a main class ???
>   .
>   .
>   .
>
>   //call soot.
>   Main.main(args);
> }
> }
>
> Best regards,
> Christian G.
>
>
>
> _______________________________________________
> Soot-list mailing list
> Soot-list at CS.McGill.CA
> https://mailman.CS.McGill.CA/mailman/listinfo/soot-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150409/2a9771d5/attachment.html 


More information about the Soot-list mailing list