[Soot-list] Writing out jimple file through code

Marc Miltenberger Marc.Miltenberger at cased.de
Mon Apr 6 10:37:06 EDT 2015


Hi there,
 take a look at the
soot.Printer class.

It has a printTo method, which should do what you want.

Marc

Am 06.04.2015 um 16:19 schrieb Nauman ...:
> Hi all, 
> 
> New to soot here so please bear with me. I am using the basic soot
> tutorial to create a class file from scratch. However, I can't figure
> out how to write a .jimple file (instead of the .class file) at the end.
> The toString() on the class object doesn't seem to work and I'm unable
> to find any such instance on the tutorials available on the wiki. 
> 
> Thanks for the help. 
> 
> -- 
> Nauman
> 
> Blog: http://csrdu.org/nauman 
> Art gallery: http://flickr.com/recluze
> 
> Contact number: Use email.
> 
> 
> _______________________________________________
> Soot-list mailing list
> Soot-list at CS.McGill.CA
> https://mailman.CS.McGill.CA/mailman/listinfo/soot-list
> 



More information about the Soot-list mailing list