Hi, David but, how to use? maybe need to write javascript?
cheers, Liu Jian ---- email to: [email protected] On Thu, Nov 19, 2009 at 3:02 AM, David Mandelin <[email protected]>wrote: > > On Nov 18, 2009, at 5:32 AM, Liu Jian wrote: > > hi all, >> >> how to dump CFG to a graph by dehydra? >> I find there is function 'write_dot_graph' in analysis.js, but do NOT know >> how to use it. >> > > That function prints out a graph in 'dot' format, as used by GraphViz. See > http://www.graphviz.org/. The basic tool that I use with the dot graphs is > the 'dot' program. E.g. to produce an SVG file, run 'dot -Tsvg foo.dot > > foo.svg'. > > -- > Dave > _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
