[Soot-list] Liveness Analysis

Alefiya Lightwala alefiya.lightwala90 at gmail.com
Thu Aug 22 04:43:27 EDT 2013


Hello everyone

I am new to soot. I started with developing liveness analysis in soot. I
want to perform liveness analysis on .java file.

So checked I for condition i=a.f(); and made "a" live.

But soot converts input .java file into .jimple file and then it is
performing liveness analysis.
In .jimple file no such line exists i=a.f() It is replaced by:

        virtualinvoke a.<LiveTest: int f()>();


I have developed complete code with respect to .java file.

What can I do with this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20130822/dca91d4a/attachment.html 


More information about the Soot-list mailing list