I use `joern-parse` to convert `.c` files into `cpg.bin`. Then I use `joern-export --repr cpg14` to convert `cpg.bin` into `.dot` graph files. What's the difference between the above CPG generation and your CPG generation which uses `graph-for-funcs.sc`.
I use
joern-parseto convert.cfiles intocpg.bin.Then I use
joern-export --repr cpg14to convertcpg.bininto.dotgraph files.What's the difference between the above CPG generation and your CPG generation which uses
graph-for-funcs.sc.