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

how to generate a dataflow graph from apk? #925

Open
max190113 opened this issue Mar 3, 2023 · 2 comments
Open

how to generate a dataflow graph from apk? #925

max190113 opened this issue Mar 3, 2023 · 2 comments

Comments

@max190113
Copy link

Hello,

I would like to generate a data flow graph using Androguard, but I'm not sure how to do it. Could you please provide some guidance or documentation on how to create a data flow graph using Androguard?

Specifically, I would like to know how to use Androguard to extract the necessary information from an APK file and generate a data flow graph that shows the flow of data between different components of the app. Any examples or code snippets would be greatly appreciated.

Thank you in advance for your help.

Best regards,

@Drovis
Copy link

Drovis commented May 12, 2023

pip install networkx=1.11
pip install androguard
androguard cg someApk

This is for a call graph I am not sure if that's what you meant

@max190113
Copy link
Author

pip install networkx=1.11 pip install androguard androguard cg someApk

This is for a call graph I am not sure if that's what you meant

thanks. i know what you say. this way will generate a call graph, which is composed of functions or methods. but i need a graph for data flow.

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