[Soot-list] Find "Special" values of method parameters

Midhat Ali midhatali at gmail.com
Fri Nov 18 21:39:06 EST 2011


Hi. I am relatively new to Soot (and to static analysis). We are building a
static analyzer to identify "Special" values for method parameters. These
would be constants, that are compared to, or paired with the parameters.

For example in Java source code: public void X(String s) {if
(s.contains("123")) {...} else {...}}

How to go about that?

-Midhat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20111119/28241083/attachment.html 


More information about the Soot-list mailing list