B2R2.FrontEnd.BinFile.Python Namespace
Contains types and functions for working with Python bytecode files.
| Type | Description |
|
Represents the type of PyObject used when marshalling Python objects. (currently from Python 3.12). |
|
|
PyCodeObject is a compiled piece of Python code. |
|
|
PyObject is the base type of all Python objects, including integers, strings, etc. |
B2R2