|
GTIRB
v2.3.1
GrammaTech Intermediate Representation for Binaries
|
A CfgEdge represents an edge in the interprocedural control flow graph (CFG).
The corresponding Protobuf message type is Edge.
| Language | CfgEdge Implementation |
|---|---|
| C++ | no explicit type: add edges with gtirb::addEdge() |
| Python | gtirb.Edge |
| Common Lisp | see http://eschulte.github.io/graph/. Edges in the CFG are labeled with edge-label objects. |
1.8.17