0
我想標記二進制不需要在CentOS 7.2上使用execstack
的可執行堆棧,但是沒有這樣的實用程序,並且yum
未找到包execstack
。爲什麼會這樣?這個工具現在不用嗎?CentOS 7中的execstack在哪裏?
[[email protected] bin]# execstack
-bash: execstack: command not found
我想標記二進制不需要在CentOS 7.2上使用execstack
的可執行堆棧,但是沒有這樣的實用程序,並且yum
未找到包execstack
。爲什麼會這樣?這個工具現在不用嗎?CentOS 7中的execstack在哪裏?
[[email protected] bin]# execstack
-bash: execstack: command not found
execstack
由封裝prelink
中的centos-7提供。在這裏,
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