This small tool will help you to find dangerous parts within your Javascript code.
-
Download and install node.js
-
Download components from project
-
Move files to preferred path
-
Change directory to installation path
cd /path/to/project
-
Install needed packages
cd ControlFlowGraph npm install cd .. cd MainProgram npm install cd .. cd GraphVisualization npm install bower install grunt build
node index.js /path/to/your.js [options]
inspect <file> inspect the input file
visualize <file> open a visualization of the inspected file in a browser
-h, --help output usage information
-g, --show-graph Print the full control flow graph
Take a look at our wiki. Especially this page: Contributing