Stack guard might have disabled?

戏子无情 提交于 2019-11-28 23:22:02
absenthecon

Type: execstack --version to check if you already have execstack installed.

If you get command not found type: sudo apt-get install execstack -y --force-yes

Type sudo execstack -c <file> e.g sudo execstack -c /usr/lib/libcuda.so

1: Check execstack version using following command to find execstack installed or not

execstack --version

2: If execstack not installed then install using following command

sudo apt-get install execstack -y --force-yes

3: After successful installation execute following command

sudo execstack -c <filepath>

eg: sudo execstack -c /usr/lib/libjpcap.so

make sure you are not running 32-bit jar on 64-bit jvm first

Make sure you are not running 32-bit Java. If you run java -d64, the 32-bit version will print an error.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!