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
I wanna perform inter-procedural analysis on Shimple bytecode of Android apps. However, I realize the existing examples here are for jimple. How can I use hero with Shimple?
Thanks :)
The text was updated successfully, but these errors were encountered:
You would need to adapt the class JimpleBasedInterproceduralCFG to create a ShimpleBasedInterproceduralCFG. That should be pretty much it, actually. Can you give that a try?
Hi,
I wanna perform inter-procedural analysis on Shimple bytecode of Android apps. However, I realize the existing examples here are for jimple. How can I use hero with Shimple?
Thanks :)
The text was updated successfully, but these errors were encountered: