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

Data-flow and control-flow graphs for Java #9

Open
nashid opened this issue May 19, 2022 · 2 comments
Open

Data-flow and control-flow graphs for Java #9

nashid opened this issue May 19, 2022 · 2 comments

Comments

@nashid
Copy link

nashid commented May 19, 2022

The paper states that NaturalCC supports building control-flow graphs or data-flow graphs. But it appears code graph building is based on LLVM Clang.

How would that work for Java code then?

Probably I am missing something?

@3usi9
Copy link
Collaborator

3usi9 commented May 19, 2022

We build data-flow and control-flow graphs of C programs using the SVF Tools and ProGraML, which are based on LLVM/Clang, the support of Java and other languages is under planning.

@nashid
Copy link
Author

nashid commented May 19, 2022

@3usi9 do you have any tentative timeline in mind?

For Java, I suppose you are planning to use Soot or Wala?

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