tlsh icon indicating copy to clipboard operation
tlsh copied to clipboard

Results 37 tlsh issues
Sort by recently updated
recently updated
newest added

In the CmakeLists: **set(TLSH_BUCKETS_128 1)** is to set the number of buckets. After I change the code to set(TLSH_BUCKETS_48 1), run the make.sh failed. So how to set the number...

vpObj1 = tlsh.Tlsh() vpObj1.fromTlshStr(tlsh_str) fromTlshStr ,This function cannot release memory when called frequently, causing the memory to be completely occupied

I've created a C# implementation of the latest Java port and published a [nuget](https://www.nuget.org/packages/Tlsh.net/1.0.0) for it.

Hi The HAC-T clustering for 500 K TLSH list took 6 hours, but The paper claimed it took ~ 2hours 10 min for 10 million samples (HAC-T and Fast Search...

Hi, With MFC and C++/CLI installed, I can load & import the tlsh project in VS2022, and build "tlsh". This builds `tlsh.dll` successfully but no `tlsh.exe`. I tried changing the...

Hi I have a question, why in the pattern_mb file sampleSize already is 389300 but from bazaar download csv file have 4xx,xxx rows 389,300 is a limit or can change...

Is there any implementation of tlsh in PHP? Is it planned? Thanks

Here's a change that should make symlink creation from CMake work for all versions. Change eec2b1a491134c9a9321c41f81b9ae79fb865a74 broke builds that run CMake directly and don't use build.sh.

Hi! I understand that you don't seem to appreciate shared linked binaries, but in Debian we tend to at least have a preference for them. Currently forcing tlsh_unittest to link...

CMAKE_INSTALL_LIBDIR defaults to "lib" or "lib64" or lib/, depending on the system. CMAKE_INSTALL_INCLUDEDIR is pretty much always "include". https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html Please take this patch so that distributors can more easily install...