GTIRB
v2.2.0
GrammaTech Intermediate Representation for Binaries
|
A CodeBlock represents a basic block in the binary.
The corresponding Protobuf message type is CodeBlock
.
The guaranteed functionality is provided as follows.
Language | CodeBlock Class |
---|---|
C++ | gtirb::CodeBlock |
Python | gtirb.CodeBlock |
Common Lisp | code-block |
Language | Get decode_mode | Set decode_mode |
---|---|---|
C++ | gtirb::CodeBlock::getDecodeMode() | gtirb::Section::setDecodeMode() |
Python | read gtirb.CodeBlock.decode_mode | write gtirb.CodeBlock.decode_mode |
Common Lisp | decode-mode (obj code-block) => result | (setf (decode-mode (obj code-block)) new) |