fine-grained control-flow integrity

Fine-grained control-flow integrity refers to a security mechanism that ensures the execution of a program follows its expected control flow path, preventing attackers from hijacking or diverting the program's execution to unintended locations or actions. It achieves this by enforcing strict checks on every program branch or control transfer to maintain the integrity and protect against control-flow attacks.

Requires login.