Add an option to compare two files of signatures without having to read the actual files from the disk. For example:
$ ssdeep -x sigfile1 sigfile2
sigfile1:/home/jessek/foo.dat matches sigfile2:/usr/bin/bar.dat (98)
I have checked in code to implement this feature into SVN.
The code in SVN seems to work for OS X and *nix, but not on Win32. I am working on a solution.
Fixed!
I have checked in code to implement this feature into SVN.
The code in SVN seems to work for OS X and *nix, but not on Win32. I am working on a solution.
Fixed!