B2R2.FrontEnd.Python Namespace
Contains types and functions for working with the Python bytecode instructions.
| Type | Description |
|
Represents an instruction for Python. |
|
|
Represents a Python opcode(Python 3.12). |
|
|
Represents an operand used in a Python instruction. |
|
|
Represents a set of operands in an Python instruction. |
|
|
Represents a parser for Python instructions. |
|
|
Represents a factory for accessing various Python register variables. |
B2R2