Control-Flow Integrity
ConceptControl-flow integrity (CFI) is a security policy that enforces the legitimacy of transitions between instruction sequences. In the provided evidence, CFI is contrasted with data-flow integrity (DFI): CFI checks whether control transfers, such as branches, go only to statically determined legal targets, while DFI is described as capable of detecting both control-data and non-control-data attacks.
WIKI
Control-Flow Integrity
Control-flow integrity (CFI) is a security policy described in the evidence as distinct from data-flow integrity (DFI). Its purpose is to enforce the legitimacy of transitions between instruction sequences.
A representative rule given in the source is that each branch instruction in a program should jump only to one of the legal targets generated by static analysis. This makes CFI a policy focused on constraining runtime control transfers to precomputed valid destinations.
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →