[Soot-list] input parameters of a soot method

nishkam ravi nishkamravi at yahoo.com
Tue Feb 8 22:26:42 EST 2011


Hi,
  Is there a way to extract the input parameters of a method in soot?
 
Given:
 
f(int x, int y){
  body..
}
 
I want to instrument f with the following method invokation (assuming g is defined):
 
f(int x, int y){
   body..
   g(x, y);
} 
 
Any help will be appreciated.
 
Thanks,
Nishkam


 
____________________________________________________________________________________
Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20110208/bf998df0/attachment.html 


More information about the Soot-list mailing list