由于python2.7直接 pip install tlsh失败,于是自己手动安装tlsh包
先git clone 项目git clone https://github.com/trendmicro/tlsh.git
按步骤来 参考https://github.com/trendmicro/tlsh(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
这时候你python的disk-package or site-package就有tlsh了
完成
以上是内存溢出为你收集整理的tlsh python包的安装全部内容,希望文章能够帮你解决tlsh python包的安装所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)