Hacking C++ (Part 2) (opens in new tab)
cover1376×768 183 KB Bypassing CFI What CFI Is Control Flow Integrity (CFI) is a security mitigation that protects against control-flow hijacking attacks by checking if function call is valid. Every compiler has its own implementation of CFI (if it has one at all), but the modern and complete
Read the original article