Checking Security
You can use iI
to get the summary information about the binary, which includes the security features.
The most important security features listed here are:
canary
pic
(andbaddr
if PIE is enabled)nx
relro
lang
,endian
,arch
,bits
, andos
Radare2 supports using pipes. Therefore, you can pipe the output to grep
to summarize the output.
Last updated