GTIRB
v2.2.0
GrammaTech Intermediate Representation for Binaries
|
Block represents a base class for blocks. Symbol objects may have references to any kind of Block.
The guaranteed functionality is provided as follows.
Language | Block Class |
---|---|
C++ | no explicit Block class; see individual classes gtirb::CodeBlock (CodeBlock), gtirb::DataBlock (DataBlock), gtirb::CfgNode (CfgNode) |
Python | gtirb.Block |
Common Lisp | gtirb-block |