Replies: 1 comment 2 replies
-
Hi @Liyw979, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I am generating a call graph without the jdk dependency. I get
For me, a partially constructed call graph(without the jdk) will do the job.
There are throws in many places in the code base like
Is soot designed for only whole program analysis? (user should provide all dependencies in the setup, and when some dependencies are missing , it stops.)
Or it wants to support partial analysis but there is a misimplementation in CallGraphAlgorithm?
similar discussion: #705
Beta Was this translation helpful? Give feedback.
All reactions