Categorygithub.com/joekir/ssdeepviz
modulepackage
0.0.0-20201211073753-998b005d5c25
Repository: https://github.com/joekir/ssdeepviz.git
Documentation: pkg.go.dev

# README

The functionality here as been incorporated into the project Algo Explore (https://github.com/joekir/algoexplore) please go there to see the latest code

SSDeepViz - A Binary Visualization of the Algorithm

Dependencies

Running the web server

$ GO111MODULE=on COOKIE_SESSION_KEY=0x`openssl rand -hex 8` go run web.go
Listening on :8080

Browse to localhost:8080 to see it

Running tests

$ GO111MODULE=on COOKIE_SESSION_KEY=0x`openssl rand -hex 8` go test ./...

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author