码迷,mamicode.com
首页 > 系统相关 > 详细

MacOS下安装unicorn这个库失败

时间:2019-12-05 22:08:03      阅读:296      评论:0      收藏:0      [点我收藏+]

标签:mes   编译报错   oca   方法   timestamp   issues   direct   log   注意   

因为在Mac下安装pwntools,发现安装unicorn库的时候失败了,编译报错如下

    make: *** [qemu/config-host.h-timestamp] Error 1
    error: [Errno 2] No such file or directory: 'libunicorn.dylib'
    ----------------------------------------

那怎么办呢,你能帮帮我吗?
手动安装方法如下:

1 安装unicorn

> brew install unicorn

2 在PyPi下载unicorn源码并安装

链接:https://pypi.org/project/unicorn/#files

> tar -zxf unicorn-1.0.1.tar.gz
> cd unicorn-1.0.1
> cp /usr/local/opt/unicorn/lib/lib* ./prebuilt
> python3 setup.py install

然后就可以了,其实问题的原因是python装unicorn的时候没有找见unicorn的这个库libunicorn.dylib
参考:https://blog.csdn.net/weixin_33853827/article/details/91391206

注意: python3安装pwntools不要直接pip,要用官方的方法:https://github.com/arthaud/python3-pwntools/issues/3
不然会出错

MacOS下安装unicorn这个库失败

标签:mes   编译报错   oca   方法   timestamp   issues   direct   log   注意   

原文地址:https://www.cnblogs.com/flatcc/p/11991917.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!