execstack

Set, clear, or query executable stack bit on ELF binaries

brewmacoslinux
Try with needOr install directly
Source

About

Utility to set/clear/query executable stack bit

Commands

execstack

Examples

Query the executable stack bit status of a binary$ execstack -q /path/to/binary
Set the executable stack bit on a binary$ execstack -s /path/to/binary
Clear the executable stack bit on a binary$ execstack -c /path/to/binary