soot-oss / SootUp

A new version of Soot with a completely overhauled architecture
https://soot-oss.github.io/SootUp/
GNU Lesser General Public License v2.1
546 stars 66 forks source link

Adapt SootUp.Analysis to the gained precision of the invoke statements in the call graph #937

Open JonasKlauke opened 1 month ago

JonasKlauke commented 1 month ago

What happened?

The callgraph module was extended to also save invoke stmts for each edge in the call graph. This enables to precisly say which invoke statement goes to which target method.

Version

Latest develop branch

Relevant log output

No response