TLSH is a fuzzy matching library. Given a byte stream with a minimum length of 50 bytes TLSH generates a hash value which can be used for similarity comparisons.
TLSH is a fuzzy matching library. Given a byte stream with a minimum length of 50 bytes TLSH generates a hash value which can be used for similarity comparisons.
To install py311-tlsh, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-tlsh
To see what files were installed by py311-tlsh, run:
port contents py311-tlsh
To later upgrade py311-tlsh, run:
sudo port selfupdate && sudo port upgrade py311-tlsh
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.