<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi guys:</p>
<p> 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, </p>
<p><span> </span> Body <span>b</span> = <span>invoke</span>.getMethod().retrieveActiveBody(); //here, it may invoke a system-defined method.</p>
<p> So, how to get rid of that influence, if i merely concern the application methods/classes?</p>
<p> Thanks </p>
<p> Chris</p>
</body></html>