GTIRB  v2.2.0
GrammaTech Intermediate Representation for Binaries
Block

Block

Block represents a base class for blocks. Symbol objects may have references to any kind of Block.

Guaranteed Properties

  • A Block is a Node.

API Implementations

The guaranteed functionality is provided as follows.

Block Classes

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

Links