You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm very new in sootup (and in Java also). I try to get call grapth within class hierarhy. The code from example work perfect with binaries, but dont work with sources I have no idea what wrong
<A: int calc(int)>:
from <B: void calc(A)>
<B: void calc(A)>:
to <A: int calc(int)>
to <C: int calc(int)>
to <D: int calc(int)>
<C: int calc(int)>:
from <B: void calc(A)>
<D: int calc(int)>:
from <B: void calc(A)>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I'm very new in sootup (and in Java also). I try to get call grapth within class hierarhy. The code from example work perfect with binaries, but dont work with sources I have no idea what wrong
System out is:
But when i use binary path, it's ok and give me
Please, help me :"(
Beta Was this translation helpful? Give feedback.
All reactions