Skip to content

Tags: trendmicro/tlsh

Tags

4.12.0

Toggle 4.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #144 from jonathanoliver2021/master

**4.12.0**

4.11.2

Toggle 4.11.2's commit message
**4.11.2**

23/10/2021
        resolve issue #116
        Library will not compile on CENTOS 7 (use of threads)

4.11.0

Toggle 4.11.0's commit message
**4.11.0**

11/10/2021
        Jupyter notebook for Malware Bazaar analysis
        Clustered output and pattern file for Malware Bazaar

4.10.1

Toggle 4.10.1's commit message
**4.10.1**

30/09/2021
        merge in pull request 108 Configure CMake for pthreads
        fix to 48 Bucket hash

4.10.0

Toggle 4.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #108 from cgull/pthread-fixes

Configure CMake for pthreads

4.9.3

Toggle 4.9.3's commit message
**4.9.3**

13/09/2021
        added options -thread and -private
        -thread the TLSH is evaluated with 2 threads (faster calculation)
                Only done for files / bytestreams >= 10000 bytes
                But this means that it is impossible to calculate the checksum
                So the checksum is set to zero
        -private
                Does not evaluate the checksum
                Useful if you do not want to leak information
                Slightly faster than default TLSH (code was written to optimize this)

4.8.2

Toggle 4.8.2's commit message
**4.8.2**

09/09/2021
        4.8.2 release
        Merged in pull request 107
        Improve portability, add shared library build, install tlsh_unittest
        Thanks to Dkapps for pull request 103
        Thanks to cgull  for pull request 107
        fixed tlsh_win_version.h

4.8.1

Toggle 4.8.1's commit message
resolve issue 87

4.7.2

Toggle 4.7.2's commit message
**4.7.2**

02/07/2021
        Release updated package py-tlsh on Pypi.org
        regression tests for C++ and Python functions for:
                lvalue, q1ratio, q2ratio, checksum, bucket_value
        resolve issue #95 - allow Requires-Python: >=2.7

4.6.0

Toggle 4.6.0's commit message
**4.6.0**

23/04/2021
        Merging in pull requests
        issue #99 - new Java version that solves large file problem (Thanks Daniel)
        Add architecture ppc64le to travis build (Thanks ddeka2910)
        Fix tmpArray is undefined in JavaScript version (Thanks carbureted)