

Hi Stefan,
The callgraph connects every call site with all possible callees. I therefore do not understand why you should not be able to find out where a method is called. You might want to look at the JimpleBasedInterproceduralCFG class which already implements a lot of queries on the callgraph such as getCalleesOfCallAt() and getCallersOf().
Best regards,
Steven
Hi Stefan,
Sorry for the late reply. To find the component in which a certain method is called, you need to use the mapping that we have inside the AndroidEntryPointCreator. We collect all the different components and the signatures of the methods that get called inside these classes. It’s called “callbackFunctions”. Maybe you need to patch the entry point creator slightly to make this map publicly available, but this should not be too hard.
Best regards,
Steven
Von: soot-lis...@CS.McGill.CA [mailto:soot-lis...@CS.McGill.CA] Im Auftrag von Stefan Gommer
Gesendet: Samstag, 26. Juli 2014 22:37
An: soot...@CS.McGill.CA
Cc: Steven Arzt