[Soot-list] How can I define my own Body?

润青杨 rainkin1993 at gmail.com
Thu Apr 16 02:30:04 EDT 2015


Hello guys,
    I meet some problems.
   Jimple is great. But now I need to modify jimple to adapt my system.
   for example:

   Jimple body:
   method(123); -->  virtualinvoke <xxx, method(123)>

   What I want:
   method(123); ---> $i = 123;
                               virtualinvoke <xxx, method($i)>


   how can I do that?

Thanks,
Rainkin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150416/1d027453/attachment.html 


More information about the Soot-list mailing list