Open llllubo opened 6 months 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.
Hello team,
as a part of my Master's thesis I extended functionality of
hash
module in YARA. I created three signatures oftlsh_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.