-
Hi,
My python installation work under windows cmd.exe but no under babun.
{ ~ } » python -c "print 'A'*2"
ImportError: No module named site
Did you have an idea ?
Regards,
dummys
-
Rather than just store our data in pickled objects, investigate using an embedded DB like SQLite3 for storing hashes and URLs.
-
I'm not sure where the problem is from, but I couldn't compile with pip or the sources available here: https://pypi.python.org/pypi/ssdeep. gcc crashes and says "undefined symbol: fuzzy_free"
It works…
-
error: Setup script exited with Failed while running ./configure and make
-
Stems from two issues:
- Configuration shipped with `ssdeep` is not compatible
- Need to `autoreconf && ./configure`
- Quoting of version names breaks grep statements
- `sed -e s/libmagic/libinmag…
-
There's an issue with downloading samples from a samples details page -- it generates a STIX or cybox error on a download attempt.
This is the exact file I am using, it was uploaded as a raw file, th…
-
Hi Guys,
Just trying out the HP, and I like it :) Nice job so far . Keep up the good work. I get a couple of errors every now and again, so thought I would put them here, in case its something not…
-
Running these commands with version 4.3 and trunk code fails:
$ pwd
/Users/jessek/Documents/src/ssdeep/svn/branches/foo
$ /Users/jessek/Documents/src/hashdeep/src/md5deep ../../trunk/fuzzy.c
/Users/…
-
Hashes should be stored for use in future runs so we only have to hash any new files. We can serialize into JSON (or Pickle) and store as a flat file rather than add the weight and dependency of a dat…
-
Hey scott, I'm throwing VT/Exiftool/Yara & SSdeep into this guy and gonna try to make search cover all of that stuff...probably not going to be useful to anyone but me in the end, but I found the foll…