control flow integrity
Control flow integrity is a security mechanism that protects against control-flow hijacking attacks by ensuring that a program's control flow follows a specific path determined at compile time. It monitors the flow of execution in a program to detect any deviations from the intended path, such as buffer overflows or return-oriented programming attacks. By enforcing control flow integrity, the system can prevent attackers from manipulating the program's behavior and executing malicious code.
Requires login.
Related Concepts (1)
Similar Concepts
- control flow
- control flow integrity checking
- control-flow integrity
- control-flow integrity architecture
- control-flow integrity bypass
- control-flow integrity check
- control-flow integrity enforcement
- control-flow integrity implementation
- control-flow integrity level
- control-flow integrity mechanism
- control-flow integrity mitigations
- control-flow integrity monitoring
- control-flow integrity policy
- control-flow integrity protection
- control-flow integrity violation