I'm not super happy about intel CET but I will end up writing code, preferably in asm, that might have to run under CET constraints.
A strict kind of convention will be needed unfortunately which I feel imposes unnecessary restraints on writing assembly to support CET. Hopefully CET won't become a huge thing, although from what I've read so far its definitely something M$ and even linux will be pushing.
Honestly I lack the metaprogramming knowledge to work with fasmg so I'll stick with the manual endbr64/32 instructions for now.
|