tlsh
tlsh copied to clipboard
Look at this trivial bit: ``` mattia@warren /tmp/foo1 % cat test.cxx #include int main(){ return TLSH_STRING_BUFFER_LEN; } mattia@warren /tmp/foo1 % c++ -Wall -Werror test.cxx -ltlsh In file included from test.cxx:1:...
Hi. Im reading tlshCluster that you publish recently. I don't understand the extra_constant value, it in function VPTSearch in file hac_lib.py. Can you help me explain this value? Thank you...
# Summary Sometimes, double-free occurs when destroying a copied Tlsh instance. A cause of the issue is when the Tlsh instance is assigned to another instance, default TlshImpl's operator=() method...
I'm _almost_ done with an R port/interface for this very clean and easy-to-use C++ implementation. If desired, I can also add it to this repo (since it houses many other...
It would be great if tlsh can be installed with `brew install tlsh` on both Linux and Mac.
Hi Trendmicro team, Thank you very much for this awesome fuzzing hash algorithm. I do not find the exact value of how much randomness is necessary to generate a hash....
Hi! I noticed a minor issue in the README instructions for including the tlsh java library as a maven dependency. Hope this helps, -jorrit
- Fix unwanted LF/CRLF conversion on windows when pulling example data set - Add OSX target to travis
Building fails at: Scanning dependencies of target tlsh [ 5%] Building CXX object src/CMakeFiles/tlsh.dir/tlsh.cpp.o [ 10%] Building CXX object src/CMakeFiles/tlsh.dir/tlsh_impl.cpp.o [ 15%] Building CXX object src/CMakeFiles/tlsh.dir/tlsh_util.cpp.o [ 20%] Building CXX...
Please publish the tlsh Java version to the Maven central repo. [It's free](https://dzone.com/articles/publish-your-artifacts-to-maven-central). Many corporate rules (ours included) make it impossible to connect to custom repo's like bintray.com, not to...