Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.
/ whoops.js Public archive

Whoops.js is a static Javascript analyzer

License

Notifications You must be signed in to change notification settings

whoopsjs/whoops.js

Repository files navigation

This small tool will help you to find dangerous parts within your Javascript code.

Getting Started

  1. Download and install node.js

  2. Download components from project

  3. Move files to preferred path

  4. Change directory to installation path

    cd /path/to/project

  5. Install needed packages

    cd ControlFlowGraph
    npm install
    cd ..
    cd MainProgram
    npm install
    cd ..
    cd GraphVisualization
    npm install
    bower install
    grunt build
    

Test Your File

node index.js /path/to/your.js [options]

Commands

inspect <file>      inspect the input file
visualize <file>    open a visualization of the inspected file in a browser

Options

-h, --help          output usage information
-g, --show-graph    Print the full control flow graph

Contributing

Take a look at our wiki. Especially this page: Contributing

About

Whoops.js is a static Javascript analyzer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published