[Soot-list] [Soot] points to analysis-get rid of system defined methods

TANG, Yutian Chris csytang at comp.polyu.edu.hk
Wed Jun 17 05:06:52 EDT 2015


  

Hi guys: 

 I use Soot to provide points-to analysis. When coping
with InvokeExpr, a normal case is that the method is pre-defined in
Java. That is,  

  Body b = invoke.getMethod().retrieveActiveBody();
//here, it may invoke a system-defined method. 

 So, how to get rid of
that influence, if i merely concern the application methods/classes? 


Thanks  

 Chris 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150617/9464bf92/attachment.html 


More information about the Soot-list mailing list