ax
ax copied to clipboard
Add support for Intel CET / IBT
Indirect Branch Tracking is a mitigation against ROP/JOP (Return / Jump oriented programming). It works by only allowing a program to jump to valid branches (to endbr32/endbr64 instructions).
Maybe I'll do it if I have time.