Hackdis is part of byte code tools, it's basically a tool to hack the python byte code.
- It should provide a way to change the byte code and convert it back to the code object and then to pyc.
- Should be able to convert version specific byte code files to other version for migrations.
- Need a pyc manipulator as part of this to save back the code objects.
Hackdis is part of byte code tools, it's basically a tool to hack the python byte code.