From Fedora Project Wiki
(Created page with "== Hardening: Stack protector == Which functions in an object (including a DSO, which is comprised of multiple translations units) were compiled with stack protector? GCC av...") |
|||
Line 1: | Line 1: | ||
== Hardening: Stack protector == | == Hardening detection: Stack protector == | ||
Which functions in an object (including a DSO, which is comprised of multiple translations units) were compiled with stack protector? | Which functions in an object (including a DSO, which is comprised of multiple translations units) were compiled with stack protector? |
Latest revision as of 10:46, 24 October 2016
Hardening detection: Stack protector
Which functions in an object (including a DSO, which is comprised of multiple translations units) were compiled with stack protector?
GCC avoids instrumentation for some functions if they don't need it (especially with -fstack-protector-strong
), so this information is not readily available.