Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
/ ssdeepviz Public archive

Binary visualization of ssdeep using d3.js

License

Notifications You must be signed in to change notification settings

joekir/ssdeepviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ./...