Windows is adding hardware-backed stack protection via Intel's CET: * https://techcommunity.microsoft.com/t5/windows-kernel-internals/understanding-hardware-enforced-stack-protection/ba-p/1247815 It looks like the relevant linker flag is `/CETCOMPAT`: * https://docs.microsoft.com/en-us/cpp/build/reference/cetcompat?view=vs-2017 We should figure out which bit that flag sets in the DLL characteristics/load config and support it.
Windows is adding hardware-backed stack protection via Intel's CET:
It looks like the relevant linker flag is
/CETCOMPAT:We should figure out which bit that flag sets in the DLL characteristics/load config and support it.