Open Bowen-n opened 3 years ago
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.
joern-parse
.c
cpg.bin
joern-export --repr cpg14
.dot
What's the difference between the above CPG generation and your CPG generation which uses graph-for-funcs.sc.
graph-for-funcs.sc
I use
joern-parse
to convert.c
files intocpg.bin
. Then I usejoern-export --repr cpg14
to convertcpg.bin
into.dot
graph files.What's the difference between the above CPG generation and your CPG generation which uses
graph-for-funcs.sc
.