naturalcc
naturalcc copied to clipboard
Data-flow and control-flow graphs for Java
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?
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.
@3usi9 do you have any tentative timeline in mind?
For Java, I suppose you are planning to use Soot or Wala?