[Soot-list] calls to objects instantiated through reflection not detected

Denis Bogdanas denis.bogdanas at gmail.com
Tue May 3 18:41:42 EDT 2016


Hi,
Looks like Spark doesn't process the objects instantiated through
reflection.

For the following code:

try {
    locationManager = LocationManager.class.newInstance();
} catch (I...) { }
locationManager.addGpsStatusListener(null);

edge to addGpsStatusListener() is not in the call graph. I've looked into
the support for reflection in soot source code, looks like at least this
scenario should be supported.

Am I wrong somewhere?

thanks,
-- 
Denis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20160503/735cf941/attachment.html 


More information about the Soot-list mailing list