GTIRB
v2.2.0
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 |