This is the command gengraph that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
gengraph - Produces a call graph in dot format from an ncc-generated file.
SYNOPSIS
gengraph [options] <nccout> <function> ...
OPTIONS
-h | --help: usage statement
-V | --version: print version and exit
-D | --dot: additional options to dot
-d | --depth: max depth of graph
-i | --ignore: functions to ignore
-l | --location: show file names of function declarations
-s | --show: show function but ignore sub-functions
USAGE
gengraph -i "exit strlen" nccout main | dot -Tsvg -o func.svg
gengraph -i "exit strlen" nccout main | springgraph > output.png
Use gengraph online using onworks.net services