ax icon indicating copy to clipboard operation
ax copied to clipboard

Add support for Intel CET / IBT

Open halbGefressen opened this issue 2 years ago • 0 comments

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.

halbGefressen avatar Jan 11 '24 23:01 halbGefressen