不要用pip更新,更新的话是直接tlsh0.0.2版本
参考:https://libraries.io/pypi/tlsh
我们应该更新最新的在GitHub上的 tlsh4
参考:https://github.com/trendmicro/tlsh
步骤如下:
注意:安装之前需要有cmake命令
git clone git://github.com/trendmicro/tlsh.git
(1) compile the C++ code
$./make.sh
(2) build the python version
$ cd py_ext/
$ python ./setup.py build
(3) install - possibly - sudo, run as root or administrator
$ python ./setup.py install
(4) test it
$ cd ../Testing
$ ./python_test.sh