tlsh python包的安装

tlsh python包的安装,第1张

概述由于python2.7直接pipinstalltlsh失败,于是自己手动安装tlsh包先gitclone项目gitclonehttps://github.comrendmicrolsh.git按步骤来参考https://github.comrendmicrolsh(1)compiletheC++code $./make.sh(2)buildthepythonversion $cdpy_ext/

由于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包的安装所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/langs/1186094.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-03
下一篇 2022-06-03

发表评论

登录后才能评论

评论列表(0条)

保存