The documentation says that
bytecode is a Python module to ... modify bytecode.
What I would like to do is to modify existing bytecode.
Load a file, read the bytecode, modify it, save it out.
Can I do that with this package? Is this package only for creating code?
The documentation says that
What I would like to do is to modify existing bytecode.
Load a file, read the bytecode, modify it, save it out.
Can I do that with this package? Is this package only for creating code?