Call graphs in Soot
问题 How do I use SOOT to build at Call graph? Or are there any better programs for this? I have been sent around the same five pages looking for answers and I can't find what I am looking for. There are also a problem with the plugin version to Eclipse. It is installed correct but I cant choose it when I want to run the code. 回答1: Small modification to previous answer private static void visit(CallGraph cg, SootMethod method) { String identifier = method.getSignature(); visited.put(method