soot-oss / heros

IFDS/IDE Solver for Soot and other frameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inter-procedural Analysis on Shimple Bytecode

maryammsd opened this issue · comments

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 :)

Hello.

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?