tlsh
tlsh copied to clipboard
When passing a Python bytearray to hashing function the following error is thrown: TypeError: argument 1 must be read-only bytes-like object, not bytearray and it prevents me from using bytearrays....
Have an option to output TLSH as you process the directories Avoid the qsort() The qsort is there with good reason - when you process a directory on different OS...
As far as I know, current tlsh only supports generating digests for a bunch of files under a directory using commands like `tlsh -r `. I was hoping there would...
"Process finished with exit code -1073741571 (0xC00000FD)" I already expand the stack size to about 200M. The system is windows. Any idea?
This commit sets default options only when no related options are specified. With this, full hash (256 bucket variant) will compile just by `-DTLSH_BUCKETS_256=1`. Just fixing CMakeLists.txt caused an error...
This is a continuation after the commit 755f31e75a59 ("3.12.0") which removed the dependency to the float log. Once we find quartile values in TLSH, we perform a float division to...
JavaScript port for TLSH doesn't support the same minimum byte size for characters as its Python counterpart. Are there plans to update the JS port to match the behavior found...
Hi, Attempting to install `py-tlsh` in my environment produces an error, due to setuptools choosing a C instead of C++ compiler. I'm guessing this has something to do with the...
Hi @jonjoliver , would you please release an latest java official version to mvnrepository. We expect the latest version in maven repo. Thanks a lot.