|
GTIRB
v2.3.1
GrammaTech Intermediate Representation for Binaries
|
A CFG represents the interprocedural control flow graph.
The corresponding Protobuf message type is CFG.
| Language | CFG Implementation |
|---|---|
| C++ | gtirb::CFG |
| Python | typing.set[gtirb.Edge] |
| Common Lisp | a graph:digraph whose nodes hold code-block UUIDs and edges are labeled with edge_label objects |
1.8.17