[Soot-list] Re: Soot-list Digest, Vol 38, Issue 1

Yu Zhang upupsky at gmail.com
Sun Jun 1 18:57:21 EDT 2008


Hi Eric,
Thanks for your timely reply.

In the source code, there is one method,for example test(int x), is very
important and it is invoked somewhere. I want to know where it will be
surely invoked and the values of its parameters.(So I think I need to get
its control flow and do data-flow analysis so I can know from where the
method will be executed for sure)

After that, I want to insert some statements to notify information like
"From here, we can say the method test() will be surely execute and the
value of parameter is XXX".

So everytime we implement this program, it will give some information before
the test(int) is executed.

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20080602/b91e65a0/attachment.htm


More information about the Soot-list mailing list