GTIRB
v2.2.0
GrammaTech Intermediate Representation for Binaries
|
CfgNode represents a base class for blocks that may appear as vertices in the control flow graph (CFG).
The guaranteed functionality is provided as follows.
Language | CfgNode Class |
---|---|
C++ | gtirb::CfgNode |
Python | gtirb.CfgNode |
Common Lisp | see http://eschulte.github.io/graph/. Nodes in the CFG contain the UUIDs of code-block objects which can be looked up using get-uuid. |