0
点赞
收藏
分享

微信扫一扫

IP-guard flexpaper远程命令执行漏洞复现 [附POC]

J简文 2023-11-16 阅读 41

安装 libunwind-1.6.2

下载地址

解压文件

cd libunwind-1.6.2
./configure
make && make install

另一种方式

从 github 上下载的项目, 在执行autoreconf -i 时一直报错,libtool 未定义,
要先在当前目录执行 libtoolize,再执行 autoreconf -i 就可以执行成功了。
然后执行:

./configure
make 
make install

安装 gperftools

从 github 下载项目
下载地址

解压后进入目录。

执行下面命令:

libtoolize
./autogen.sh
./configure
make && make install
举报

相关推荐

0 条评论