MASTG-TECH-0115: Obtaining Compiler Provided Security Features

Run radare2 for Android 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