CentOS 7 中的 execstack 在哪里?
Where is the execstack in CentOS 7?
我想用 execstack
将二进制文件标记为不需要 CentOS 7.2 上的可执行堆栈,但是没有这样的实用程序,并且 yum
没有找到包 execstack
。为什么会这样?这个实用程序现在不使用了吗?
[root@localhost bin]# execstack
-bash: execstack: command not found
execstack
是centos-7中的prelink
包提供的。这里,
http://mirror.centos.org/centos-7/7/os/x86_64/Packages/prelink-0.5.0-9.el7.x86_64.rpm
~]$ rpm -qlp http://mirror.centos.org/centos-7/7/os/x86_64/Packages/prelink-0.5.0-9.el7.x86_64.rpm | grep exec
/usr/bin/execstack
/usr/share/man/man8/execstack.8.gz
# install using YUM
~]$ yum install prelink
我想用 execstack
将二进制文件标记为不需要 CentOS 7.2 上的可执行堆栈,但是没有这样的实用程序,并且 yum
没有找到包 execstack
。为什么会这样?这个实用程序现在不使用了吗?
[root@localhost bin]# execstack
-bash: execstack: command not found
execstack
是centos-7中的prelink
包提供的。这里,
http://mirror.centos.org/centos-7/7/os/x86_64/Packages/prelink-0.5.0-9.el7.x86_64.rpm
~]$ rpm -qlp http://mirror.centos.org/centos-7/7/os/x86_64/Packages/prelink-0.5.0-9.el7.x86_64.rpm | grep exec
/usr/bin/execstack
/usr/share/man/man8/execstack.8.gz
# install using YUM
~]$ yum install prelink