"Check it" is supposed to be tool for checking which exploit mitigations are enabled in a binary. Currently its WIP.
- add support for elf 32 bit...
git clone https://github.com/ch4insmoker/checkit
cd checkit
mkdir build
cd build
cmake ..
cmake --build .
elf man page
some elf blog
lwn elf blog
elf 101
pwntools checksec src
linux-pe