The Linux Kernel and glibc support CET shadow stacks since early 2024 (Linux Kernel 6.6, glibc 2.39). The feature is currently off by default, but can be enabled via a glibc tunable. It would be nice ...
Strawman: Instead of having shadow dynamically locate python3, we could locate it at setup build time, e.g. when cmake is run. We could make locating the python binary part of the cmake configuration, ...