This is a simpler (less hardening) version of #24123.
You can inspect binaries using readelf -n
, and look for BTI in a .note.gnu.property
. i.e
0readelf -n src/bitcoin-cli
1
2Displaying notes found in: .note.gnu.property
3 Owner Data size Description
4 GNU 0x00000010 NT_GNU_PROPERTY_TYPE_0
5 Properties: AArch64 feature: BTI
Related to #19075.