This page is experimental and may change significantly in future releases.
Control Flow Graph
Properties
- name
- Control Flow Graph
- definition
- A control flow graph is a representation of all possible control flow transfers within a program, typically computed at compile-time or link-time, including calls, jumps, and returns. The control flow graph can be used to compute a control flow policy that permits only the expected control flow transfers during process execution via control flow integrity mechanisms.
Neighbors
ControlFlowGraph has no direct neighbors in this release.