这是indexloc提供的服务,不要输入任何密码

MASTG-TECH-0115: Obtaining Compiler-Provided Security Features

Run rabin2 on the target binary, for example a shared library and grep for the keywords you'd like to check for.

rabin2 -I lib/x86_64/libnative-lib.so | grep -E "canary|pic"
canary   false