VirusTotal / yara

The pattern matching swiss knife
https://virustotal.github.io/yara/
BSD 3-Clause "New" or "Revised" License
7.93k stars 1.42k forks source link

Add TLSH Distance implementation with tests and documentation #2081

Open llllubo opened 1 month ago

llllubo commented 1 month ago

Hello team,

as a part of my Master's thesis I extended functionality of hash module in YARA. I created three signatures of tlsh_diff function used to compute TLSH distance from the whole file, part of the file and from the string. The function uses already in repo available TLSH implementation. Unit tests and information added in hash module documentation is also added.

Maybe you will be interested. Thanks.

google-cla[bot] commented 1 month ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.