[Soot-list] implementing a whole program analysis without transforming classes

Khilan Gudka khilan at doc.ic.ac.uk
Sun May 16 04:50:37 EDT 2010


Dear Arnab,

You can tell soot to not transform classes by giving it the command line
option "-f n"

Hope that helps,
Khilan

On 15 May 2010 17:31, Arnab De <arnabde03 at gmail.com> wrote:

> Hi,
> I am interested in implementing a whole-program analysis that prints
> some information about the program in standard output. If I  extend
> the SceneTransformer and put it in the wjap phase, it does the
> required work, but at the end writes the "transformed" class files to
> sootOutput directory. I do not want to do any kind of transformation
> of class files or write them. What should I do?
> I also tried implementing the analysis outside the phases, manually
> loading classes and running Spark to get the call graph, but I found
> in the mailing list that this is not the recommended way of doing it.
> In fact, the pointer analysis was not working correctly with
> "keep-original-names" option in this mode.
> Thanks in advance.
> Arnab
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20100516/cf32ffc3/attachment.html 


More information about the Soot-list mailing list