Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inter-procedural Analysis on Shimple Bytecode #45

Open
maryammsd opened this issue Oct 4, 2021 · 1 comment
Open

Inter-procedural Analysis on Shimple Bytecode #45

maryammsd opened this issue Oct 4, 2021 · 1 comment

Comments

@maryammsd
Copy link

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

@ericbodden
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants