-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add total_diff to tlsh.c and tlsh.h #1
Comments
Thanks for the report. You are right, this port is very trimmed version of the original implementation, mainly for purposes of adding the TLSH computation to YARA. This being said, I am not 100% sure if this and #2 features are wanted, as they are not important for TLSH computation, the scenarios I can now think of are:
|
I forked the project and added 2 missing functions. Since Avast devs don't really interested in adding them, I hope my fork is useful for somebody |
tlsh_impl_total_diff
is a function to compare 2 tlsh hashes and gives the similarity score. In original code, it was declared inimp_tlsh.cpp
and being called like thisIn Avast's version, it's not being called. The feature is missing completely.
The text was updated successfully, but these errors were encountered: